The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A062268 Numbers k such that floor(k*e) is a square. 1
0, 6, 30, 37, 53, 83, 133, 212, 230, 249, 377, 451, 477, 649, 745, 813, 920, 957, 995, 1073, 1113, 1154, 1369, 1507, 2125, 2296, 2414, 2596, 2658, 2721, 2849, 2914, 2980, 3114, 3182, 3679, 3753, 3903, 3979, 4056, 4212, 4291, 4371, 4533, 4615, 4781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
floor(exp(1)*37) = 100 = 10^2.
MATHEMATICA
Select[Range[0, 5000], IntegerQ@ Sqrt@ Floor[# E] &] (* Michael De Vlieger, Jul 01 2018 *)
PROG
(PARI) for(n=0, 1200, if(issquare(floor(exp(1)*n)), print(n)))
(PARI) { default(realprecision, 30); e=exp(1); n=-1; for (m=0, 10^9, if (issquare(floor(e*m)), write("b062268.txt", n++, " ", m); if (n==1000, break)) ) } \\ Harry J. Smith, Aug 03 2009
CROSSREFS
Cf. A022843.
Sequence in context: A307221 A351844 A345265 * A067879 A334900 A136375
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 01 2001
EXTENSIONS
More terms from John W. Layman, Oct 16 2001
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 May 13 15:50 EDT 2024. Contains 372521 sequences. (Running on oeis4.)