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!)
A111686 (n+1) + (n+1)(n+2) + ..., with n terms. 2
2, 15, 144, 1925, 33648, 726327, 18636560, 553680369, 18684924840, 705833193923, 29502690532392, 1351724235304365, 67359683340291104, 3627011494019437935, 209846445862386234528, 12982402818188717219657, 855210841645834409812920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Rising Factorial.
EXAMPLE
a(3) = 4+ 4*5 +4*5*6 = 144.
MAPLE
a:=n->sum((n+j)!, j=1..n)/n!: seq(a(n), n=1..18); # Emeric Deutsch, Aug 27 2005
CROSSREFS
Sequence in context: A224885 A371575 A253571 * A371582 A001854 A060226
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 16 2005
EXTENSIONS
a(6)-a(10) from Jonathan Vos Post Aug 17 2005
More terms from Emeric Deutsch, Aug 27 2005
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 May 17 05:33 EDT 2024. Contains 372579 sequences. (Running on oeis4.)