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!)
A016065 a(n) = Sum_{k=0..n} k!*(k+1)!. 1
1, 3, 15, 159, 3039, 89439, 3718239, 206931039, 14838252639, 1331657196639, 146181741036639, 19266392807916639, 3002019319241196639, 545863051930098156639, 114546679900210059756639, 27474742723487400843756639, 7469448066579203294091756639, 2284713285166428266627979756639 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of A010790. - Sean A. Irvine, Jan 02 2019
LINKS
MATHEMATICA
Table[Sum[k! (k+1)!, {k, 0, n}], {n, 0, 20}] (* Vincenzo Librandi, Jan 02 2019 *)
PROG
(PARI) a(n) = sum(k=0, n, k!*(k+1)!); \\ Michel Marcus, Jan 02 2019
(Magma) [&+[ Factorial(k)*Factorial(k+1): k in [0..n]]: n in [0..18]]; // Vincenzo Librandi, Jan 02 2019
CROSSREFS
Cf. A010790.
Sequence in context: A264558 A136519 A102556 * A005016 A304998 A105611
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Jan 02 2019
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)