Question: Parsing several equal signs in one equation

I would like to to print the following equation in Maple:

I've run into several problems:

  • Using more than one equal sign in an equation.
  • Printing the " +...+ " without getting an error
  • Making sure that sum(x+1,n=0..N) is formatted like above and not printed as "sum(x+1,n=0..N)"

I've played around with different combinations of Atomic form, the Parse function, and the characters: < ' >, < ` >, < " >, but everytime I solve one of the above problems, I undo the solution to one of the other. This is the closest I've gotten:

Please Wait...