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!)
A016649 Decimal expansion of log(26). 2
3, 2, 5, 8, 0, 9, 6, 5, 3, 8, 0, 2, 1, 4, 8, 2, 0, 4, 5, 4, 7, 0, 7, 1, 9, 5, 6, 3, 0, 2, 3, 4, 9, 5, 1, 7, 2, 8, 8, 0, 7, 6, 8, 0, 7, 9, 1, 2, 0, 4, 6, 2, 3, 7, 0, 5, 3, 9, 7, 2, 5, 5, 2, 0, 1, 5, 6, 8, 5, 8, 2, 8, 9, 2, 9, 4, 1, 0, 4, 8, 9, 5, 0, 0, 5, 4, 3, 7, 9, 9, 0, 4, 3, 6, 9, 0, 8, 1, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
LINKS
Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
3.258096538021482045470719563023495172880768079120462370539725520156858....
MATHEMATICA
RealDigits[Log[26], 10, 100][[1]] (* Alonso del Arte, Apr 26 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(26); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016649.txt", n, " ", d)); \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016454 (continued fraction).
Sequence in context: A220519 A094894 A089334 * A195628 A124422 A223544
KEYWORD
nonn,cons,easy
AUTHOR
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 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)