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.

Previous Showing 11-20 of 21 results. Next

A154400 Decimal expansion of log_18 (13).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.88741157619409641014283376982298486945986079934223786331651...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), this sequence, A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 13], 10, 120][[1]] (* Harvey P. Dale, Feb 27 2012 *)

A154490 Decimal expansion of log_18 (14).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.91305117495894988754749241295495691281403633279122909098742...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), this sequence, A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 14], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)

A154688 Decimal expansion of log_18 (15).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.93692107034471499763122098765458807146374001999899231120446...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), this sequence, A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 15], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)
  • Sage
    N(log(15,18),digits=100) # Jani Melik, Jul 20 2015

A154830 Decimal expansion of log_18 (16).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.95924986627252577894273665964209224707271172007628226391457...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), this sequence, A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 16], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)

A154898 Decimal expansion of log_18 (17).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.98022454596582658613336810504876361154217573711038089270722...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), this sequence, A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 17], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)

A155094 Decimal expansion of log_18 (19).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.0187059748015355844936182320807289996118717345351678797281...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), this sequence, A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 19], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)

A155530 Decimal expansion of log_18 (20).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.0364522367650436094704313999308957258841848450466687261510...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), this sequence, A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 20], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)

A155685 Decimal expansion of log_18 (21).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.0533324751067527204439661655891723201617694377626232420194...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), this sequence, A155784 (m=22), A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 21], 10, 120][[1]] (* Harvey P. Dale, May 28 2012 *)

A155784 Decimal expansion of log_18 (22).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.0694272959573251427806012686191298971425980567266819361616...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), this sequence, A155889 (m=23), A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 22], 10, 100][[1]] (* Vincenzo Librandi, Sep 05 2013 *)

A155889 Decimal expansion of log_18 (23).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.0848065503557936829446509373280974890648739327675123024797...
		

Crossrefs

Cf. decimal expansion of log_18(m): A152812 (m=2), A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), this sequence, A155995 (m=24).

Programs

  • Mathematica
    RealDigits[Log[18, 23], 10, 100][[1]] (* Vincenzo Librandi, Sep 05 2013 *)
Previous Showing 11-20 of 21 results. Next