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.

A192266 Decimal expansion of Sum_{k >= 1} 1/k^sigma_*(k) where sigma_*(n) is the sum of the anti-divisors of n.

Original entry on oeis.org

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

Views

Author

Paolo P. Lava, Jun 27 2011

Keywords

Comments

Continued fraction (2,7,1,4,1,1,1,6,4,1,11,1,2...).

Examples

			1/1^sigma*(1)+ 1/2^sigma*(2) + 1/3^sigma*(3) + 1/4^sigma*(4) + 1/5^sigma*(5) + 1/6^sigma*(6) + ... = 1/1^0 + 1/2^0 + 1/3^2 + 1/4^3 + 1/5^5 + 1/6^4 + ... = 2.12782780242507..
		

Crossrefs

Programs

Extensions

Corrected and edited by R. J. Mathar, Jun 27 2011