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.

A016816 a(n) = (4n+1)^4.

Original entry on oeis.org

1, 625, 6561, 28561, 83521, 194481, 390625, 707281, 1185921, 1874161, 2825761, 4100625, 5764801, 7890481, 10556001, 13845841, 17850625, 22667121, 28398241, 35153041, 43046721, 52200625, 62742241, 74805201, 88529281, 104060401, 121550625, 141158161, 163047361
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    Table[(4n+1)^4,{n,0,100}] (* Mohammad K. Azarian, Jun 18 2016 *)
    LinearRecurrence[{5,-10,10,-5,1},{1,625,6561,28561,83521},30] (* Harvey P. Dale, Apr 01 2019 *)