cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A111686 (n+1) + (n+1)(n+2) + ..., with n terms.

Original entry on oeis.org

2, 15, 144, 1925, 33648, 726327, 18636560, 553680369, 18684924840, 705833193923, 29502690532392, 1351724235304365, 67359683340291104, 3627011494019437935, 209846445862386234528, 12982402818188717219657, 855210841645834409812920
Offset: 1

Views

Author

Amarnath Murthy, Aug 16 2005

Keywords

Examples

			a(3) = 4+ 4*5 +4*5*6 = 144.
		

Crossrefs

Programs

  • Maple
    a:=n->sum((n+j)!,j=1..n)/n!: seq(a(n),n=1..18); # Emeric Deutsch, Aug 27 2005

Extensions

a(6)-a(10) from Jonathan Vos Post Aug 17 2005
More terms from Emeric Deutsch, Aug 27 2005
Showing 1-1 of 1 results.