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.

A065915 Numerator of sigma(8*n^2)/sigma(4*n^2).

Original entry on oeis.org

15, 63, 15, 255, 15, 63, 15, 1023, 15, 63, 15, 255, 15, 63, 15, 4095, 15, 63, 15, 255, 15, 63, 15, 1023, 15, 63, 15, 255, 15, 63, 15, 16383, 15, 63, 15, 255, 15, 63, 15, 1023, 15, 63, 15, 255, 15, 63, 15, 4095, 15, 63, 15, 255, 15, 63, 15, 1023, 15, 63, 15, 255, 15, 63
Offset: 1

Views

Author

Labos Elemer, Nov 28 2001

Keywords

Comments

The sequence is not periodic, values of numerators are always -1+2^s.

Examples

			a(3) = sigma(72)/sigma(36) = 15/7.
Fractions begin with 15/7, 63/31, 15/7, 255/127, 15/7, 63/31, 15/7, 1023/511, 15/7, 63/31, 15/7, 255/127, ...
		

Crossrefs

Cf. A000203, A065916 (denominator).

Programs

Formula

Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k)/A065916(n) = Sum_{k>=0} (2^(2*k+4)-1)/(2^(k+1)*(2^(2*k + 3)-1)) = 2.080617095034... . - Amiram Eldar, Apr 04 2024