A355371 Intersection of A000330 and A086849.
5, 91, 506, 650, 11440
Offset: 1
Examples
1+4+9+16+25+36 = 2+3+5+6+7+8+10+11+12+13+14 = 91, so 91 is a term.
Programs
-
Mathematica
a000330=Accumulate[Table[i^2,{i,60}]]; a086849=Accumulate[Table[i+Floor[1/2+Sqrt[i]],{i,370}]]; Intersection[a000330,a086849]
Comments