login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059742 Decimal expansion of e+pi. 20
5, 8, 5, 9, 8, 7, 4, 4, 8, 2, 0, 4, 8, 8, 3, 8, 4, 7, 3, 8, 2, 2, 9, 3, 0, 8, 5, 4, 6, 3, 2, 1, 6, 5, 3, 8, 1, 9, 5, 4, 4, 1, 6, 4, 9, 3, 0, 7, 5, 0, 6, 5, 3, 9, 5, 9, 4, 1, 9, 1, 2, 2, 2, 0, 0, 3, 1, 8, 9, 3, 0, 3, 6, 6, 3, 9, 7, 5, 6, 5, 9, 3, 1, 9, 9, 4, 1, 7, 0, 0, 3, 8, 6, 7, 2, 8, 3, 4, 9, 5, 4, 0, 9, 6, 1 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

It is not presently known if this number is rational or irrational.

LINKS

Harry J. Smith, Table of n, a(n) for n = 1..20000

EXAMPLE

5.859874482048838473822930854632165381954416493075065395941912220031893...

MAPLE

Digits := 200: with(numtheory): it := evalf((Pi+exp(1))/10, 200): for i from 1 to 20 0 do printf(`%d, `, floor(10*it)): it := 10*it-floor(10*it): od:

MATHEMATICA

RealDigits[E + Pi, 10, 105][[1]] (from Robert G. Wilson v Sep 24 2004)

PROG

(PARI) { default(realprecision, 20080); x=Pi+exp(1); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b059742.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]

CROSSREFS

Cf. A001113, A000796, A058651 (continued fraction).

Sequence in context: A198732 A202348 A073212 * A011424 A011495 A136258

Adjacent sequences:  A059739 A059740 A059741 * A059743 A059744 A059745

KEYWORD

cons,easy,nonn

AUTHOR

Fabian Rothelius (fabian.rothelius(AT)telia.com), Feb 10 2001

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Feb 13 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 01:35 EST 2012. Contains 205567 sequences.