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.

A047669 Row 5 of array in A047666.

Original entry on oeis.org

5, 26, 95, 276, 681, 1486, 2947, 5416, 9357, 15362, 24167, 36668, 53937, 77238, 108043, 148048, 199189, 263658, 343919, 442724, 563129, 708510, 882579, 1089400, 1333405, 1619410, 1952631, 2338700, 2783681, 3294086, 3876891, 4539552, 5290021, 6136762, 7088767
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Table[(n/15)(2n^4+30n^2+43),{n,40}]  (* Harvey P. Dale, May 25 2023 *)

Formula

a(n) = (n/15) * (2n^4 + 30n^2 + 43).
G.f.: x*(5*x^4-4*x^3+14*x^2-4*x+5)/(x-1)^6.