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.

A016865 (5n+1)^5.

Original entry on oeis.org

1, 7776, 161051, 1048576, 4084101, 11881376, 28629151, 60466176, 115856201, 205962976, 345025251, 550731776, 844596301, 1252332576, 1804229351, 2535525376, 3486784401, 4704270176, 6240321451
Offset: 0

Views

Author

Keywords

Programs

  • Magma
    [(5*n+1)^5: n in [0..20]]; // Vincenzo Librandi, Oct 15 2013
  • Mathematica
    CoefficientList[Series[(1024 x^5 + 52905 x^4 + 198890 x^3 + 114410 x^2 + 7770 x + 1)/(x - 1)^6, {x, 0, 40}], x] (* Vincenzo Librandi, Oct 15 2013 *)

Formula

G.f.: (1024*x^5+52905*x^4+198890*x^3+114410*x^2+7770*x+1)/(x-1)^6. [Colin Barker, Sep 19 2012]