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!)
A121915 a(n) = floor((Pi+e)^(n*Pi)). 4
1, 258, 66801, 17265408, 4462406595, 1153350806021, 298094324981778, 77045272021641916, 19913072619720776032, 5146720243221262934093, 1330218081751512472685763, 343807329988307215923432746, 88860226586342124489251555256, 22966758356328845813340839281381 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..399 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
With[{c=\[Pi]+E}, Floor[c^(\[Pi] Range[0, 20])]] (* Harvey P. Dale, Mar 20 2011 *)
PROG
(PARI) for(n=0, 50, print1(floor((Pi+exp(1))^(n*Pi)), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Floor((Pi(C)+Exp(1))^(n*Pi(C))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A168125 A271038 A097734 * A239655 A246243 A066129
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 02 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)