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!)
A051216 Numbers of the form 5^x-y^2 >= 0. 2
0, 1, 4, 5, 9, 16, 21, 24, 25, 44, 49, 61, 76, 89, 96, 100, 109, 116, 121, 124, 125, 141, 184, 209, 225, 249, 264, 284, 301, 316, 336, 369, 400, 421, 429, 456, 481, 496, 504, 524, 525, 544, 561, 576, 589, 600, 609, 616, 621, 624, 625, 724, 741, 821, 841, 916, 984 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
max = 1000; Clear[f]; f[m_] := f[m] = Select[Table[5^x - y^2, {x, 0, m}, {y, 0, Ceiling[5^(x/2)]}] // Flatten // Union, 0 <= # <= max&]; f[1]; f[m = 2]; While[f[m] != f[m-1], m++]; Print["m = ", m]; A051216 = f[m] (* Jean-François Alcover, May 13 2017 *)
CROSSREFS
Sequence in context: A243702 A155565 A278336 * A255978 A069089 A143096
KEYWORD
nonn
AUTHOR
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 April 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)