cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A002392 Decimal expansion of natural logarithm of 10.

Original entry on oeis.org

2, 3, 0, 2, 5, 8, 5, 0, 9, 2, 9, 9, 4, 0, 4, 5, 6, 8, 4, 0, 1, 7, 9, 9, 1, 4, 5, 4, 6, 8, 4, 3, 6, 4, 2, 0, 7, 6, 0, 1, 1, 0, 1, 4, 8, 8, 6, 2, 8, 7, 7, 2, 9, 7, 6, 0, 3, 3, 3, 2, 7, 9, 0, 0, 9, 6, 7, 5, 7, 2, 6, 0, 9, 6, 7, 7, 3, 5, 2, 4, 8, 0, 2, 3, 5, 9, 9
Offset: 1

Views

Author

Keywords

Examples

			2.302585092994045684017991454684364207601101488628772976033327900967572...
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See pp. 24, 143.
  • W. E. Mansell, Tables of Natural and Common Logarithms. Royal Society Mathematical Tables, Vol. 8, Cambridge Univ. Press, 1964, p. 2.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 25, pages 227, 232.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 45.

Crossrefs

Cf. A016738 (continued fraction).

Programs

  • Mathematica
    RealDigits[Log[10],10,120][[1]] (* Harvey P. Dale, Nov 23 2013 *)
  • PARI
    default(realprecision, 20080); x=log(10); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b002392.txt", n, " ", d)); \\ Harry J. Smith, Apr 16 2009

Formula

Equals A002162 + A016628. - R. J. Mathar, Jul 22 2025

A228270 First position of n in the continued fraction of log(10).

Original entry on oeis.org

4, 0, 1, 11, 18, 7, 44, 159, 74, 212, 260, 182, 43, 152, 59, 84, 40, 186, 27, 89, 927, 38, 20, 83, 277, 17, 101, 65, 194, 2244, 492, 779, 88, 632, 411, 634, 1090, 1624, 177, 228, 2358, 1720, 1502, 2809, 2933, 897, 1452, 6833, 5467, 1860, 126, 1010, 1908, 1789
Offset: 1

Views

Author

Eric W. Weisstein, Aug 19 2013

Keywords

Comments

Smallest positive integers not appearing in the first 9702786891 terms of the c.f. are 40230, 45952, 46178, 46530, ... - Eric W. Weisstein, Aug 28 2013

Crossrefs

Cf. A016738 (continued fraction of log(10)).

Programs

  • Mathematica
    Flatten[With[{cf=ContinuedFraction[Log[10],7000]},Table[SequencePosition[cf,{n},1][[All,1]],{n,60}]]]-1 (* Harvey P. Dale, Oct 09 2022 *)

A228345 Positions of records in the continued fraction expansion of log(10).

Original entry on oeis.org

0, 1, 7, 17, 30, 136, 962, 1163, 1261, 1293, 4848, 25868, 90630, 120043, 361758, 461961, 782264, 3475705, 3692283, 5368321, 41569140, 150371793, 1947926537, 2754626037, 3680776906
Offset: 1

Views

Author

Eric W. Weisstein, Aug 20 2013

Keywords

Crossrefs

Cf. A228346 (incrementally largest terms in the continued fraction of log(10)).
Cf. A016738 (continued fraction of log(10)).

Extensions

a(23)-a(25) from Eric W. Weisstein, Aug 27 2013

A228346 Records in the continued fraction expansion of log(10).

Original entry on oeis.org

2, 3, 6, 26, 716, 774, 982, 1324, 4093, 10322, 20384, 29421, 134214, 241864, 308509, 1025262, 3880049, 4830325, 7233905, 61579977, 290741175, 1321818238, 1545233324, 2515438449, 8764063139
Offset: 1

Views

Author

Eric W. Weisstein, Aug 20 2013

Keywords

Crossrefs

Cf. A228345 (positions of incrementally largest terms).
Cf. A016738 (continued fraction of log(10)).

Extensions

a(23)-a(25) from Eric W. Weisstein, Aug 27 2013
Showing 1-4 of 4 results.