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.

A016747 a(n) = (2*n)^7.

Original entry on oeis.org

0, 128, 16384, 279936, 2097152, 10000000, 35831808, 105413504, 268435456, 612220032, 1280000000, 2494357888, 4586471424, 8031810176, 13492928512, 21870000000, 34359738368, 52523350144, 78364164096, 114415582592, 163840000000, 230539333248, 319277809664, 435817657216
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016759.

Programs

Formula

O.g.f.: 128*x*(1 + 120*x + 1191*x^2 + 2416*x^3 + 1191*x^4 + 120*x^5 + x^6)/(1-x)^8. - R. J. Mathar, May 07 2008
From Amiram Eldar, Oct 10 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(7)/128.
Sum_{n>=1} (-1)^(n+1)/a(n) = 63*zeta(7)/8192. (End)