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.

A307036 Decimal expansion of Sum_{k >= 1} sigma_3(k)/k!, where sigma_3(k) is the sum of cubes of the divisors of k (A001158).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Mar 21 2019

Keywords

Comments

Its irrationality was conjectured by Erdős and Kac in 1953 and was proved by Schlage-Puchta in 2006 and Friedlander et al. in 2007.

Examples

			14.6935328472692822331235513649820566388631939576...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[Sum[DivisorSigma[3, n]/n!, {n, 1, 500}], 100]][[1]]
  • PARI
    suminf(k=1, sigma(k, 3)/k!) \\ Michel Marcus, Mar 21 2019