The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A280556 a(n) = Sum_{k=1..n} k^2 * (k+1)!. 1
0, 2, 26, 242, 2162, 20162, 201602, 2177282, 25401602, 319334402, 4311014402, 62270208002, 958961203202, 15692092416002, 271996268544002, 4979623993344002, 96035605585920002, 1946321606541312002, 41359334139002880002, 919636959090769920002, 21356013827774545920002 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of 2*A055533.
LINKS
Mathematical Reflections, Problem J256, Issue 1, 2013, p 4.
Mathematical Reflections, Solution to Problem J256, Issue 2, 2013, p 4.
FORMULA
a(n) = (n - 1)*(n + 2)! + 2 (see 2nd Mathematical Reflections link). Cf. A052520.
E.g.f.: 2*exp(x) - 2*(1 - 4*x)/(1 - x)^4. - Ilya Gutkovskiy, Jan 05 2017
MAPLE
A280556:=n->add(k^2*(k+1)!, k=1..n): seq(A280556(n), n=0..30); # Wesley Ivan Hurt, Jan 05 2017
MATHEMATICA
Table[Sum[k^2 (k+1)!, {k, n}], {n, 0, 20}] (* Harvey P. Dale, Jun 05 2017 *)
PROG
(PARI) a(n) = sum(k=1, n, k^2*(k+1)!)
CROSSREFS
Sequence in context: A178884 A211319 A121768 * A198960 A289263 A296600
KEYWORD
nonn
AUTHOR
Michel Marcus, Jan 05 2017
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 June 6 09:40 EDT 2024. Contains 373120 sequences. (Running on oeis4.)