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.

A004664 a(n) = n! + n^2.

Original entry on oeis.org

1, 2, 6, 15, 40, 145, 756, 5089, 40384, 362961, 3628900, 39916921, 479001744, 6227020969, 87178291396, 1307674368225, 20922789888256, 355687428096289, 6402373705728324, 121645100408832361, 2432902008176640400, 51090942171709440441, 1124000727777607680484
Offset: 0

Views

Author

Keywords

Comments

It appears that n! + n^2 is not a perfect square for n >= 1. - Alexander R. Povolotsky, Sep 26 2008

Programs

Formula

Possible recurrence relation (according to WolframAlpha): a(n+2) = ((n+2)*(n^3+n^2-n-2)*a(n+1))/(n^3-2*n-1)-((n+2)*(n^2+n-1)*a(n))/(n^2-n-1). - Alexander R. Povolotsky, Nov 06 2010

Extensions

One more term from Stefan Steinerberger, Apr 11 2006