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!)
A051206 Numbers of the form x^2-4^y >= 0. 2
0, 3, 5, 8, 9, 12, 15, 17, 20, 21, 24, 32, 33, 35, 36, 45, 48, 57, 60, 63, 65, 68, 77, 80, 84, 96, 99, 105, 117, 120, 128, 129, 132, 140, 143, 144, 153, 161, 165, 168, 180, 185, 192, 195, 201, 209, 221, 224, 225, 228, 240, 252, 255, 257, 260, 272, 273, 285, 288, 297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
max = 300; Clear[f]; f[m_] := f[m] = Select[Table[x^2 - 4^y, {y, 0, m}, {x, Floor[4^(y/2)], Ceiling[Sqrt[4^y + max]]}] // Flatten // Union, 0 <= # <= max &]; f[1]; f[m = 2]; While[f[m] != f[m - 1], m++]; Print["m = ", m]; A051206 = f[m] (* Jean-François Alcover, May 14 2017 *)
CROSSREFS
Sequence in context: A211703 A274430 A107792 * A081451 A107605 A109314
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)