login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005095 a(n) = n! + n. 11
1, 2, 4, 9, 28, 125, 726, 5047, 40328, 362889, 3628810, 39916811, 479001612, 6227020813, 87178291214, 1307674368015, 20922789888016, 355687428096017, 6402373705728018, 121645100408832019 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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
LINKS
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
MATHEMATICA
lst={}; Do[AppendTo[lst, n!+n], {n, 3*4!}]; lst (* Vladimir Joseph Stephan Orlovsky, Nov 20 2008 *)
Table[n! + n, {n, 0, 20}] (* Vincenzo Librandi, Jun 08 2013 *)
PROG
(Maxima) A005095(n):= n!+n$
makelist(A005095(n), n, 0, 30); /* Martin Ettl, Nov 03 2012 */
(Magma) [Factorial(n) + n: n in [0..20]]; // Vincenzo Librandi, Jun 08 2013
CROSSREFS
Cf. A135723.
Cf. A090786. - Reinhard Zumkeller, Jul 10 2009
Sequence in context: A343166 A219665 A241404 * A300491 A229686 A208965
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)