|
Search: id:A007489
|
|
|
| A007489 |
|
Sum of k!, k=1..n. (Formerly M2818)
|
|
+0 28
|
|
| 0, 1, 3, 9, 33, 153, 873, 5913, 46233, 409113, 4037913, 43954713, 522956313, 6749977113, 93928268313, 1401602636313, 22324392524313, 378011820620313, 6780385526348313, 128425485935180313, 2561327494111820313, 53652269665821260313
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Equals row sums of triangle A143122 starting (1, 3, 9, 33,...). - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 26 2008
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..100
Hisanori Mishima, Factorizations of many number sequences
Hisanori Mishima, Factorizations of many number sequences
Alexsandar Petojevic, The Function vM_m(s; a; z) and Some Well-Known Sequences, Journal of Integer Sequences, Vol. 5 (2002), Article 02.1.7
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
G. Xiao, Sigma Server, Operate on "n!"
Index entries for sequences related to factorial numbers
Eric Weisstein's World of Mathematics, Left Factorial
|
|
FORMULA
|
a(n) = Sum[P(n, k) / C(n, k) {k=1...n}] - Ross La Haye (rlahaye(AT)new.rr.com), Sep 21 2004
a(n)=3*A056199(n) for n>=2 . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Feb 10 2007
a(n)=!(n+1)+1=A003422(n+1)+1 - Artur Jasinski, Nov 08 2007
Starting (1, 3, 9, 33, 153,...), = row sums of triangle A137593 - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 28 2008
|
|
MAPLE
|
A007489 := proc(n) local i; add(i!, i=1..n); end;
|
|
MATHEMATICA
|
FoldList[Plus, 0, (Range@ 21)! ] (* Robert G. Wilson v (rgwv@rgwv.com), Sep 21 2007 *)
|
|
CROSSREFS
|
Equals A003422(n+1) - 1.
Cf. A137593.
Cf. A143122.
Adjacent sequences: A007486 A007487 A007488 this_sequence A007490 A007491 A007492
Sequence in context: A012584 A101899 A009220 this_sequence A097677 A138769 A100076
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas, Robert G. Wilson v (rgwv(AT)rgwv.com)
|
|
|
Search completed in 0.002 seconds
|