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.

A046033 a(n) = (n!)^3 - 1.

Original entry on oeis.org

0, 7, 215, 13823, 1727999, 373247999, 128024063999, 65548320767999, 47784725839871999, 47784725839871999999, 63601470092869631999999, 109903340320478724095999999, 241457638684091756838911999999
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A019514.

Programs

Formula

From Robert Israel, Feb 05 2018: (Start)
a(n+1)+1 = (a(n)+1)*(n+1)^3.
-(n^2+5*n+7)*(n+1)^4*a(n)+(n^2+3*n+1)*(n^4+6*n^3+14*n^2+15*n+7)*a(n+1)-n*(n^2+3*n+3)*a(n+2) = 0. (End)