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.

A175475 Decimal expansion of the Dickman function evaluated at 1/3.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, May 25 2010

Keywords

Comments

Density of the cube root-smooth numbers, see A090081. - Charles R Greathouse IV, Jul 14 2014

Examples

			F(1/3) = 0.04860838829113156690718...
		

Crossrefs

Programs

  • Mathematica
    N[1 - Log[3] + Log[3]^2/2 - Pi^2/12 + PolyLog[2, 1/3], 105] // RealDigits // First // Prepend[#, 0]& (* Jean-François Alcover, Feb 05 2013 *)
  • PARI
    1-log(3)+log(3)^2/2-Pi^2/12+polylog(2,1/3) \\ Charles R Greathouse IV, Jul 14 2014

Formula

Equals 1 - log(3) + log^2(3)/2 - Pi^2/12 + Sum_{n>=1} 1/(n^2*3^n), where Sum_{n>=1} 1/(n^2*3^n) = 0.3662132299770634876167462976642627638...