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.

A082033 a(n) = (3n+1)*n!.

Original entry on oeis.org

1, 4, 14, 60, 312, 1920, 13680, 110880, 1008000, 10160640, 112492800, 1357171200, 17723059200, 249080832000, 3748666521600, 60153020928000, 1025216704512000, 18495746260992000, 352130553815040000, 7055415823712256000
Offset: 0

Views

Author

Paul Barry, Apr 02 2003

Keywords

Comments

A row of the number array A082037.

Crossrefs

Programs

Formula

a(n) = A016777(n)*n!.
3*a(n) +(-3*n-5)*a(n-1) +2*(n-1)*a(n-2)=0. - R. J. Mathar, Oct 29 2014