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.

A129328 Third column of PE^3.

Original entry on oeis.org

0, 0, 1, 9, 72, 570, 4635, 39186, 345828, 3188268, 30684150, 307870365, 3215425554, 34899450768, 393015753039, 4585024011015, 55332235452960, 689799432341928, 8871905851132041, 117581467377389310, 1603990651356920730
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^3; a(n)= A[ n,3 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^3; a(n)=A[ n,3]

Extensions

More terms from R. J. Mathar, May 30 2008