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!)
A051220 Numbers of the form 9^x-y^2 >= 0. 1
0, 1, 5, 8, 9, 17, 32, 45, 53, 56, 65, 72, 77, 80, 81, 104, 153, 161, 200, 245, 288, 320, 329, 368, 405, 440, 473, 477, 485, 504, 533, 560, 585, 608, 629, 632, 648, 665, 680, 693, 704, 713, 720, 725, 728, 729, 785, 936, 968, 1085, 1232, 1377, 1449, 1457, 1520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
max = 2000; Clear[f]; f[m_] := f[m] = Select[Table[9^x - y^2, {x, 0, m}, {y, 0, Ceiling[9^(x/2)]}] // Flatten // Union, 0 <= # <= max &]; f[1]; f[m = 2]; While[f[m] != f[m - 1], m++]; Print["m = ", m]; A051219 = f[m] (* Jean-François Alcover, May 14 2017 *)
CROSSREFS
Sequence in context: A314576 A045221 A046287 * A102785 A260348 A276934
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)