cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A355371 Intersection of A000330 and A086849.

This page as a plain text file.
%I A355371 #11 Jul 09 2022 15:36:29
%S A355371 5,91,506,650,11440
%N A355371 Intersection of A000330 and A086849.
%C A355371 Numbers that are the sum of the first r nonsquares and also the sum of the first s squares for some r and s.
%C A355371 If it exists, a(6) > 5.4*10^12.
%C A355371 If it exists, a(6) > 10^20. - _Michael S. Branicky_, Jul 09 2022
%e A355371 1+4+9+16+25+36 = 2+3+5+6+7+8+10+11+12+13+14 = 91, so 91 is a term.
%t A355371 a000330=Accumulate[Table[i^2,{i,60}]];
%t A355371 a086849=Accumulate[Table[i+Floor[1/2+Sqrt[i]],{i,370}]];
%t A355371 Intersection[a000330,a086849]
%Y A355371 Cf. A000330, A086849.
%K A355371 nonn,more
%O A355371 1,1
%A A355371 _Ivan N. Ianakiev_, Jun 30 2022