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.

A017318 a(n) = (10*n + 4)^2.

Original entry on oeis.org

16, 196, 576, 1156, 1936, 2916, 4096, 5476, 7056, 8836, 10816, 12996, 15376, 17956, 20736, 23716, 26896, 30276, 33856, 37636, 41616, 45796, 50176, 54756, 59536, 64516, 69696, 75076, 80656, 86436
Offset: 0

Views

Author

Keywords

Programs

Formula

G.f.: -4*(x+4)*(9*x+1)/(x-1)^3. - R. J. Mathar, Mar 20 2018
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Wesley Ivan Hurt, Aug 19 2022