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

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

1,1

REFERENCES

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.

LINKS

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

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

EXAMPLE

2.833213344056216080249534617873126535588203012585744787297237737882292... [From Harry J. Smith, May 17 2009]

PROG

(PARI) { default(realprecision, 20080); x=log(17); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016640.txt", n, " ", d)); } [From Harry J. Smith, May 17 2009]

CROSSREFS

Cf. A016445 Continued fraction. [From Harry J. Smith, May 17 2009]

Sequence in context: A006085 A021357 A214072 * A083486 A076031 A076596

Adjacent sequences:  A016637 A016638 A016639 * A016641 A016642 A016643

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane.

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 | 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 May 24 12:43 EDT 2013. Contains 225620 sequences.