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.

A016807 a(n) = (4*n)^7.

Original entry on oeis.org

0, 16384, 2097152, 35831808, 268435456, 1280000000, 4586471424, 13492928512, 34359738368, 78364164096, 163840000000, 319277809664, 587068342272, 1028071702528, 1727094849536, 2799360000000
Offset: 0

Views

Author

Keywords

Comments

Generating function is 128 times the g.f. of A016747. - R. J. Mathar, May 07 2008

Crossrefs

Cf. A016747.

Programs

Formula

a(n) = 128*A016747(n). - R. J. Mathar, May 07 2008
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8) for n > 7. - Wesley Ivan Hurt, Oct 15 2017