login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129949 Variety of algebraic dimensions: A094258(n)-n*(n-1)/2=((n+1)!-n!)-n*(n-1)/2 such that: Sum[((n+1)!-n!),{n,0,m}]=m!. 0
1, 2, 5, 20, 110, 700, 5005, 40264, 362796, 3628680, 39916635, 479001380, 6227020514, 87178290836, 1307674367545, 20922789887440, 355687428095320, 6402373705727184, 121645100408831031, 2432902008176638860 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..20.

FORMULA

A094258(n)=If[n == 0, 1, n*n! ]; a(n) = A094258(n)-n*(n-1)/2

MATHEMATICA

f[n_] = If[n == 0, 1, n*n! ]; Table[Sum[f[m] - m*(m - 1)/2, {m, 0, n}], {n, 0, 20}]

CROSSREFS

Cf. A094258.

Sequence in context: A170946 A201224 A019536 * A127065 A168357 A052850

Adjacent sequences:  A129946 A129947 A129948 * A129950 A129951 A129952

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula, Jun 10 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 14:54 EDT 2013. Contains 225422 sequences.