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.

A129323 Second column of PE^2.

Original entry on oeis.org

0, 1, 4, 18, 88, 470, 2724, 17010, 113712, 809262, 6101820, 48540778, 405935688, 3557404838, 32577733972, 310987560930, 3087723669600, 31823217868318, 339845199259500, 3754422961010522, 42843681016834680, 504339820818380694
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^2; a(n)=A[n,2] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^2; a(n)=A[n,2]

Extensions

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