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!)
A061360 Decimal expansion of e/Pi. 26
8, 6, 5, 2, 5, 5, 9, 7, 9, 4, 3, 2, 2, 6, 5, 0, 8, 7, 2, 1, 7, 7, 7, 4, 7, 8, 9, 6, 4, 6, 0, 8, 9, 6, 1, 7, 4, 2, 8, 7, 4, 4, 6, 2, 3, 9, 0, 8, 5, 1, 5, 5, 3, 9, 4, 5, 4, 3, 3, 0, 2, 8, 8, 9, 4, 8, 0, 4, 5, 0, 4, 4, 5, 7, 0, 6, 7, 7, 0, 5, 8, 6, 3, 1, 9, 2, 4, 6, 6, 2, 5, 1, 6, 1, 8, 4, 5, 1, 7, 2, 8, 6, 5, 8, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals -1 + Product_{n>=0} (1 + 1/(A007526(n) + n!*Pi)). - David Ulgenes, Sep 21 2023
EXAMPLE
0.86525597943226508721777478964608961742874...
MATHEMATICA
RealDigits[N[E/Pi, 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
RealDigits[E/Pi, 10, 120][[1]] (* Harvey P. Dale, Sep 29 2023 *)
PROG
(PARI) { default(realprecision, 20080); x=10*exp(1)/Pi; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b061360.txt", n, " ", d)); } \\ Harry J. Smith, Jul 21 2009
CROSSREFS
Sequence in context: A154187 A011329 A092033 * A353962 A120818 A125579
KEYWORD
cons,nonn
AUTHOR
Jason Earls, Jun 07 2001
EXTENSIONS
Edited by N. J. A. Sloane, Sep 18 2008 at the suggestion of R. J. Mathar
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 15 12:56 EDT 2024. Contains 374332 sequences. (Running on oeis4.)