login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152412 Nonnegative numbers of the form s^2-m^5, m>=1. 12
0, 3, 4, 8, 11, 13, 15, 17, 24, 26, 32, 35, 37, 46, 48, 49, 63, 65, 68, 80, 81, 89, 93, 99, 112, 118, 120, 124, 132, 137, 143, 145, 157, 164, 168, 169, 193, 195, 198, 201, 224, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..72.

PROG

(PARI) for(k=0, 500, for(n=1, 10^5, t=n^5+k; if(issquare(t), print1(k, ", "); break()) ) );

CROSSREFS

Cf. A087286, A165289, A152411.

Sequence in context: A113294 A169691 A255748 * A287404 A287388 A022888

Adjacent sequences: A152409 A152410 A152411 * A152413 A152414 A152415

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Oct 24 2009, based on email from Joerg Arndt, Oct 10 2009

EXTENSIONS

More terms from Zak Seidov, Oct 24 2009

Definition edited by R. J. Mathar, Mar 12 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 11:44 EDT 2023. Contains 361599 sequences. (Running on oeis4.)