The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A062511 a(n) = round(exp(n * Pi)). 1
1, 23, 535, 12392, 286751, 6635624, 153552935, 3553321281, 82226315586, 1902773895292, 44031505860632, 1018919543279305, 23578503968558226, 545622913077172100, 12626092124920479898, 292176517015939695007 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Round[Exp[Range[0, 20]Pi]] (* Harvey P. Dale, Oct 06 2014 *)
PROG
(PARI) for(n=0, 21, print1(round(exp(n*Pi)), ", "))
(PARI) { default(realprecision, 200); for (n=0, 100, write("b062511.txt", n, " ", round(exp(n*Pi))) ) } \\ Harry J. Smith, Aug 08 2009
(Magma) C<i> := ComplexField(); [Round(Exp(n*Pi(C))): n in [0..30]]; // G. C. Greubel, Jan 15 2018
CROSSREFS
Sequence in context: A042014 A136670 A062360 * A159664 A158631 A196536
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jun 24 2001
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 May 19 08:56 EDT 2024. Contains 372673 sequences. (Running on oeis4.)