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.

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

A033153 Incrementally largest terms in the continued fraction for Niven's constant.

Original entry on oeis.org

1, 2, 4, 8, 11, 14, 29, 372, 559, 1671
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

One more term from Michel ten Voorde, Jun 14 2003

A033154 Position of incrementally largest terms in continued fraction for Niven's constant.

Original entry on oeis.org

0, 2, 6, 12, 19, 34, 50, 67, 95, 461
Offset: 1

Views

Author

Keywords

Comments

The continued fraction expansion is indexed [a_0; a_1, a_2, a_3, ...];

Crossrefs

Formula

A033151(a(n)) = A033153(n). - Andrew Howroyd, Sep 11 2024

Extensions

One more term from Michel ten Voorde, Jun 14 2003
Terms decreased by 1 for consistency with offset change in A033151 by Andrew Howroyd, Sep 11 2024
Showing 1-3 of 3 results.