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

%I #10 May 13 2017 12:00:52

%S 0,1,4,5,9,16,21,24,25,44,49,61,76,89,96,100,109,116,121,124,125,141,

%T 184,209,225,249,264,284,301,316,336,369,400,421,429,456,481,496,504,

%U 524,525,544,561,576,589,600,609,616,621,624,625,724,741,821,841,916,984

%N Numbers of the form 5^x-y^2 >= 0.

%t 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 *)

%K nonn

%O 1,3

%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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)