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.

A016985 a(n) = (7n)^5.

Original entry on oeis.org

0, 16807, 537824, 4084101, 17210368, 52521875, 130691232, 282475249, 550731776, 992436543, 1680700000, 2706784157, 4182119424, 6240321451, 9039207968, 12762815625, 17623416832, 23863536599, 31757969376, 41615795893, 53782400000, 68641485507, 86617093024
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Wesley Ivan Hurt, Aug 27 2015: (Start)
a(n) = (7n)^5 = 16807*n^5 = A000584(A008589(n)).
G.f.: 16807*(x+26*x^2+66*x^3+26*x^4+x^5)/(x-1)^6.
a(n) = 6*a(n-1)-15*a(n-2)+20*a(n-3)-15*a(n-4)+6*a(n-5)-a(n-6), n>5. (End)