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-3 of 3 results.

A236023 Decimal expansion of log_2 (5) - log_3 (7).

Original entry on oeis.org

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

Views

Author

Jaroslav Krizek, Jan 18 2014

Keywords

Comments

Decimal expansion of minimal value of function gamma(n) = log_2(n+1) - log_tau(n) (sigma(n)) for n = 4, where gamma(n) is called the gamma-deviation from primality of the number n (see A236022).

Examples

			0.550684345725940087802391122406...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Log2[5] - Log[3, 7], 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)

Formula

Equals log(5)/log(2) - log(7)/log(3) = A020858 - A152565.

A152566 Decimal expansion of log_3(10).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 28 2009

Keywords

Examples

			2.0959032742893846042965675220214012506075180067979301169235...
		

Crossrefs

Programs

A228375 Decimal expansion of log_3(25).

Original entry on oeis.org

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

Views

Author

Vincenzo Librandi, Aug 29 2013

Keywords

Examples

			2.92994704143585433439408081535728079261586473333209937810578078959098...
		

Crossrefs

Cf. decimal expansion of log_3(m): A102525 (m=2), A100831 (m=4), A113209 (m=5), A153459 (m=6), A152565 (m=7), A113210 (m=8), A152566 (m=10), A154175 (m=11), A154196 (m=12), A154217 (m=13), A154463 (m=14), A154542 (m=15), A154751 (m=16), A154848 (m=17), A152549 (m=18), A155003 (m=19), A102447 (m=20), A155541 (m=21), A155694 (m=22), A155808 (m=23), A155922 (m=24), this sequence, A152564 (m=26).

Programs

  • Mathematica
    RealDigits[Log[3, 25], 10, 100][[1]]

Formula

Equals 2*A113209. - R. J. Mathar, Sep 08 2013
Showing 1-3 of 3 results.