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.

A033150 Decimal expansion of Niven's constant.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

This constant is the average value of A051903. - Charles R Greathouse IV, Oct 30 2012
There are no 9's in the first 50 digits after the decimal point. Then, suddenly, it goes 909999. - Bobby Jacobs, Aug 13 2017
Named after the Canadian-American mathematician Ivan Morton Niven (1915 - 1999). - Amiram Eldar, Aug 19 2020

Examples

			1.7052111401...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, pp. 112-115.

Crossrefs

Programs

  • Mathematica
    rd[n_] := rd[n] = RealDigits[ N[1 + Sum[1 - 1/Zeta[j], {j, 2, 2^n}] , 105]][[1]]; rd[n = 4]; While[rd[n] =!= rd[n-1], n++]; rd[n] (* Jean-François Alcover, Oct 25 2012 *)
  • PARI
    1+suminf(j=2,1-1/zeta(j)) \\ Charles R Greathouse IV, Aug 13 2017

Formula

Equals 1 + Sum_{j>=2} 1-(1/zeta(j)).
Equals 1 - Sum_{k>=2} mu(k)/(k*(k-1)), where mu is the Möbius function (A008683) (Anderson, 1975; Sinha, 2006). - Amiram Eldar, Aug 19 2020

Extensions

Offset corrected by Oleg Marichev (oleg(AT)wolfram.com), Jan 28 2008