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!)
A121929 a(n) = ceiling(n*(e^Pi + Pi^e)). 3
0, 46, 92, 137, 183, 228, 274, 320, 365, 411, 456, 502, 548, 593, 639, 684, 730, 776, 821, 867, 912, 958, 1004, 1049, 1095, 1140, 1186, 1232, 1277, 1323, 1368, 1414, 1460, 1505, 1551, 1596, 1642, 1688, 1733, 1779, 1824, 1870, 1916, 1961, 2007, 2052, 2098 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..999 [Offset shifted by Georg Fischer, Sep 02 2022]
MAPLE
A121929:=n->ceil((n-1)*(exp(1)^Pi+Pi^exp(1))): seq(A121929(n), n=1..100); # Wesley Ivan Hurt, Jan 21 2017
MATHEMATICA
With[{a = E^Pi + Pi^E}, Ceiling[a Range[0, 80]]] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil(n*(Pi^exp(1)+exp(Pi))), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Ceiling(n*(Pi(C)^Exp(1) + Exp(1)^Pi(C))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A260278 A234260 A211330 * A007630 A004923 A260568
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 02 2006
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 20 2008
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)