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!)
A121904 a(n) = floor(Pi^(n*e)). 3
1, 22, 504, 11328, 254433, 5714356, 128339632, 2882400037, 64736277048, 1453922256329, 32653869265129, 733378399940296, 16471061151498380, 369926160190271626, 8308229975861003525, 186595847388277259847, 4190785566084546949287, 94121513992523815815369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..699 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
Floor[Pi^(E Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(floor(Pi^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Floor(Pi(C)^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A041926 A230350 A180780 * A158629 A253777 A266884
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 01 2006
EXTENSIONS
Offset changed to 0 by Georg Fischer, Sep 02 2022
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 19 06:32 EDT 2024. Contains 374389 sequences. (Running on oeis4.)