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.

A016900 a(n) = (5*n + 4)^4.

Original entry on oeis.org

256, 6561, 38416, 130321, 331776, 707281, 1336336, 2313441, 3748096, 5764801, 8503056, 12117361, 16777216, 22667121, 29986576, 38950081, 49787136, 62742241, 78074896, 96059601, 116985856, 141158161
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From R. J. Mathar, Mar 01 2010: (Start)
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5).
G.f.: (256 + 5281*x + 8171*x^2 + 1291*x^3 + x^4)/(1 - x)^5. (End)
a(n) = A016897(n)^4 = A000583(A016897(n)). - Wesley Ivan Hurt, Feb 15 2014