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.

A062075 a(n) = n^4 * 4^n.

Original entry on oeis.org

0, 4, 256, 5184, 65536, 640000, 5308416, 39337984, 268435456, 1719926784, 10485760000, 61408804864, 347892350976, 1916696264704, 10312216477696, 54358179840000, 281474976710656, 1434879854116864, 7213895789838336, 35822363710849024, 175921860444160000, 855336483526017024
Offset: 0

Views

Author

Jason Earls, Jun 27 2001

Keywords

Crossrefs

Programs

Formula

G.f.: 4*x*(1+4*x)*(1+40*x+16*x^2) / (1-4*x)^5. - Colin Barker, Apr 30 2013
E.g.f.: 4*x*(1 + 28*x + 96*x^2 + 64*x^3)*exp(4*x). - G. C. Greubel, May 10 2022