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.

A082034 a(n) = (4*n + 1)*n!.

Original entry on oeis.org

1, 5, 18, 78, 408, 2520, 18000, 146160, 1330560, 13426560, 148780800, 1796256000, 23471078400, 330032102400, 4969162598400, 79768136448000, 1359981342720000, 24542432538624000, 467373280518144000, 9366672731480064000
Offset: 0

Views

Author

Paul Barry, Apr 02 2003

Keywords

Comments

A row of the array A082037.

Crossrefs

Programs

Formula

a(n) = A016813(n)*n!.
(-4*n+3)*a(n) + n*(4*n+1)*a(n-1) = 0. - R. J. Mathar, Nov 07 2014
4*a(n) + (-4*n-7)*a(n-1) + 3*(n-1)*a(n-2) = 0. - R. J. Mathar, Nov 07 2014