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.

A134298 a(n) = (107*n)^5.

Original entry on oeis.org

0, 14025517307, 448816553824, 3408200705601, 14362129722368, 43829741584375, 109062422579232, 235726869378749, 459588151115776, 828192771461043, 1402551730700000, 2258823587809657, 3489997522535424, 5207576397467951
Offset: 0

Views

Author

Artur Jasinski, Oct 18 2007

Keywords

Crossrefs

Cf. A134297.

Programs

  • Mathematica
    Table[(107n)^5, {n, 0, 30}]
    LinearRecurrence[{6,-15,20,-15,6,-1},{0,14025517307,448816553824,3408200705601,14362129722368,43829741584375},20] (* Harvey P. Dale, Jun 10 2023 *)
  • PARI
    concat(0, Vec(14025517307*x*(x^4+26*x^3+66*x^2+26*x+1)/(x-1)^6 + O(x^100))) \\ Colin Barker, Oct 25 2014

Formula

a(n) = A134297(n)^5.

Extensions

a(0) prepended and programs adapted by Jianing Song and Jinyuan Wang, Jan 24 2020