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!)
A121918 a(n) = ceiling((Pi+e)^(n*Pi)). 2
1, 259, 66802, 17265409, 4462406596, 1153350806022, 298094324981779, 77045272021641917, 19913072619720776033, 5146720243221262934094, 1330218081751512472685764, 343807329988307215923432747, 88860226586342124489251555257, 22966758356328845813340839281382 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..199 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
With[{a = \[Pi] + E}, Ceiling[a^(\[Pi] Range[0, 20])]] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil((Pi+exp(1))^(n*Pi)), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Ceiling((Pi(C) + Exp(1))^(n*Pi(C))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A256594 A229433 A022221 * A097735 A063485 A252248
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 July 24 18:12 EDT 2024. Contains 374585 sequences. (Running on oeis4.)