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.

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.