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!)
A293413 Least integer k such that k/n^2 > e. 3
0, 3, 11, 25, 44, 68, 98, 134, 174, 221, 272, 329, 392, 460, 533, 612, 696, 786, 881, 982, 1088, 1199, 1316, 1438, 1566, 1699, 1838, 1982, 2132, 2287, 2447, 2613, 2784, 2961, 3143, 3330, 3523, 3722, 3926, 4135, 4350, 4570, 4796, 5027, 5263, 5505, 5752, 6005 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ceiling(e*n^2).
a(n) = A293412(n) + 1 for n > 0.
MATHEMATICA
z = 120; r = E;
Table[Floor[r*n^2], {n, 0, z}]; (* A293412 *)
Table[Ceiling[r*n^2], {n, 0, z}]; (* A293413 *)
Table[Round[r*n^2], {n, 0, z}]; (* A293414 *)
Ceiling[E Range[0, 50]^2] (* Harvey P. Dale, May 13 2019 *)
CROSSREFS
Sequence in context: A231068 A185258 A118436 * A056106 A320035 A147382
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 12 2017
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 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)