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!)
A121246 a(n) = ceiling((Pi^n)*(e^n)). 3
9, 73, 623, 5319, 45418, 387853, 3312154, 28284913, 241545634, 2062735515, 17615213066, 150429237854, 1284625710592, 10970362144063, 93683977036771, 800036264817078, 6832097070038331, 58344293161634134, 498244757010106386 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A121246:=n->ceil((Pi^n)*(exp(1)^n)): seq(A121246(n), n=1..30); # Wesley Ivan Hurt, Jan 30 2017
MATHEMATICA
Table[Ceiling[Pi^n E^n], {n, 20}] (* Harvey P. Dale, Aug 20 2012 *)
CROSSREFS
Sequence in context: A277672 A015454 A343353 * A365774 A086226 A338677
KEYWORD
nonn,easy,less
AUTHOR
Mohammad K. Azarian, Aug 22 2006
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 27 14:49 EDT 2024. Contains 372019 sequences. (Running on oeis4.)