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.

A152412 Nonnegative numbers of the form s^2-m^5, m>=1.

This page as a plain text file.
%I A152412 #11 Jul 24 2020 09:09:41
%S A152412 0,3,4,8,11,13,15,17,24,26,32,35,37,46,48,49,63,65,68,80,81,89,93,99,
%T A152412 112,118,120,124,132,137,143,145,157,164,168,169,193,195,198,201,224,
%U A152412 239,241,255,257,272,286,288,292,323,324,329,333,340,345,354,356,360,368,382,399,409,420,433,440,452,475,483,486,487,489,497
%N A152412 Nonnegative numbers of the form s^2-m^5, m>=1.
%o A152412 (PARI) for(k=0, 500, for(n=1, 10^5, t=n^5+k; if(issquare(t), print1(k, ", "); break()) ) );
%Y A152412 Cf. A087286, A165289, A152411.
%K A152412 nonn
%O A152412 1,2
%A A152412 _N. J. A. Sloane_, Oct 24 2009, based on email from _Joerg Arndt_, Oct 10 2009
%E A152412 More terms from _Zak Seidov_, Oct 24 2009
%E A152412 Definition edited by _R. J. Mathar_, Mar 12 2010