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!)
A160388 Decimal expansion of (e + 1)/3. 2
1, 2, 3, 9, 4, 2, 7, 2, 7, 6, 1, 5, 3, 0, 1, 5, 0, 7, 8, 4, 5, 3, 4, 2, 9, 1, 5, 7, 1, 1, 7, 5, 5, 4, 1, 6, 5, 9, 1, 9, 0, 8, 2, 3, 6, 4, 5, 6, 6, 6, 5, 3, 1, 9, 1, 6, 5, 5, 6, 5, 5, 8, 7, 5, 9, 0, 8, 0, 2, 5, 5, 4, 3, 4, 5, 1, 1, 8, 2, 5, 3, 1, 5, 2, 3, 7, 9, 4, 0, 5, 9, 5, 0, 8, 3, 8, 8, 8, 0, 9, 1, 4, 2, 4, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.23942727615301507845342915711755416591908236456665319165565587590802...
MATHEMATICA
RealDigits[(E+1)/3, 10, 120][[1]] (* Harvey P. Dale, Jul 31 2022 *)
PROG
(PARI) { default(realprecision, 20080); x=(exp(1)+1)/3; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b160388.txt", n, " ", d)); }
CROSSREFS
Cf. A028360 Continued fraction.
Sequence in context: A281289 A331388 A093319 * A358057 A026195 A120703
KEYWORD
nonn,easy,cons
AUTHOR
Harry J. Smith, May 14 2009
EXTENSIONS
Fixed my PARI program, had -n Harry J. Smith, May 19 2009
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 April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)