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.

A127369 (n^3+n)*4^n.

Original entry on oeis.org

8, 160, 1920, 17408, 133120, 909312, 5734400, 34078720, 193462272, 1059061760, 5628755968, 29192355840, 148310589440, 740344987648, 3639984783360, 17660905521152, 84696755077120, 402008938905600, 1890610243960832
Offset: 1

Views

Author

Mohammad K. Azarian, May 02 2007

Keywords

Crossrefs

Programs

  • Magma
    [(n^3 + n) * 4^n: n in [1..20]]; // Vincenzo Librandi, Feb 22 2013
  • Mathematica
    Table[(n^3 + n) 4^n, {n, 20}] (* Vincenzo Librandi Feb 22 2013 *)
    LinearRecurrence[{16,-96,256,-256},{8,160,1920,17408},20] (* Harvey P. Dale, Aug 14 2021 *)

Formula

G.f.: 8*x*(1+4*x+16*x^2)/(1-4*x)^4. [R. J. Mathar, Dec 19 2008]