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!)
A051209 Nonnegative numbers of the form x^2-7^y. 2

%I #9 May 14 2017 03:00:33

%S 0,2,3,8,9,15,18,24,29,32,35,42,48,51,57,63,72,74,80,93,95,98,99,114,

%T 120,137,141,143,147,162,168,176,186,189,195,200,207,218,224,233,240,

%U 249,255,275,282,288,303,312,317,323,333,351,354,360,386,392,393,399

%N Nonnegative numbers of the form x^2-7^y.

%t max = 400; Clear[f]; f[m_] := f[m] = Select[Table[x^2 - 7^y, {y, 0, m}, {x, Floor[7^(y/2)], Ceiling[Sqrt[7^y + max]]}] // Flatten // Union, 0 <= # <= max &]; f[1]; f[m = 2]; While[f[m] != f[m - 1], m++]; Print["m = ", m]; A051209 = f[m] (* _Jean-François Alcover_, May 14 2017 *)

%K nonn

%O 1,2

%A _David W. Wilson_

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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)