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.

A005095 a(n) = n! + n.

Original entry on oeis.org

1, 2, 4, 9, 28, 125, 726, 5047, 40328, 362889, 3628810, 39916811, 479001612, 6227020813, 87178291214, 1307674368015, 20922789888016, 355687428096017, 6402373705728018, 121645100408832019, 2432902008176640020, 51090942171709440021
Offset: 0

Views

Author

Keywords

Comments

Every infinite, increasing, integer arithmetic progression meets this sequence infinitely often. - John Abbott (abbott(AT)dima.unige.it), Mar 06 2003
Sum(A010051(k): A038507(n) < k <= a(n)) = 0. - Reinhard Zumkeller, Jul 10 2009
Largest k such that (k!-n!)/(k-n) is an integer. - Derek Orr, Apr 02 2014

Crossrefs

Cf. A135723.
Cf. A090786. - Reinhard Zumkeller, Jul 10 2009

Programs

Formula

E.g.f.: x*exp(x) + 1/(1-x). - Len Smiley, Dec 05 2001
Row sums of triangle A135723. - Gary W. Adamson, Nov 25 2007
(n-1)*(n-3)*a(n) -n*(n^2-3*n+1)*a(n-1) +n*(n-1)*(n-2)*a(n-2)=0. - R. J. Mathar, Oct 30 2015
a(n) +(-n-3)*a(n-1) +3*(n)*a(n-2) +(-3*n+5)*a(n-3) +(n-3)*a(n-4)=0. - R. J. Mathar, Oct 30 2015