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!)
A104344 a(n) = Sum_{k=1..n} k!^2. 10
1, 5, 41, 617, 15017, 533417, 25935017, 1651637417, 133333531817, 13301522971817, 1606652445211817, 231049185247771817, 39006837228880411817, 7639061293780877851817, 1717651314017980301851817, 439480788011413032845851817, 126953027293558583218061851817 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Factorial Sums
FORMULA
a(n) = A061062(n) - 1. - Michel Marcus, Feb 28 2014
MATHEMATICA
Table[Sum[(k!)^2, {k, n}], {n, 15}] (* Harvey P. Dale, Jul 21 2011 *)
Accumulate[(Range[20]!)^2] (* Much more efficient than the above program. *) (* Harvey P. Dale, Aug 15 2022 *)
PROG
(PARI) a(n) = sum(k=1, n, k!^2); \\ Michel Marcus, Jul 16 2017
CROSSREFS
Sum_{k=1..n} (k!)^m: A007489 (m=1), this sequence (m=2), A138564 (m=3), A289945 (m=4), A316777 (m=5), A289946 (m=6).
Sequence in context: A246760 A073854 A139034 * A100288 A076094 A076131
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Mar 02 2005
EXTENSIONS
More terms from Vladimir Joseph Stephan Orlovsky, Sep 24 2009
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:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)