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!)
A058577 a(n) = floor(e^sqrt(n)). 1
2, 4, 5, 7, 9, 11, 14, 16, 20, 23, 27, 31, 36, 42, 48, 54, 61, 69, 78, 87, 97, 108, 121, 134, 148, 163, 180, 198, 218, 239, 261, 286, 312, 340, 370, 403, 438, 475, 515, 558, 603, 652, 704, 759, 819, 882, 949, 1020, 1096, 1177, 1263, 1354, 1451, 1553, 1662, 1778 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(e^(x^0.5)).
EXAMPLE
a(7) = 14 because 7^0.5 = 2.645751... and e^2.645751 = 14.0940301...
MATHEMATICA
Table[Floor[E^Sqrt[n]], {n, 60}] (* Harvey P. Dale, Feb 23 2020 *)
PROG
(PARI) { default(realprecision, 100); for (n=1, 2000, write("b058577.txt", n, " ", floor(exp(sqrt(n)))); ); } \\ Harry J. Smith, Jun 22 2009
CROSSREFS
Sequence in context: A156625 A259280 A186388 * A356075 A071917 A338758
KEYWORD
nonn
AUTHOR
Avi Peretz (njk(AT)netvision.net.il), Dec 25 2000
EXTENSIONS
More terms from Harry J. Smith, Jun 22 2009
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 July 15 12:21 EDT 2024. Contains 374332 sequences. (Running on oeis4.)