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.

A086716 Convolution of triangular numbers with partition numbers.

Original entry on oeis.org

1, 5, 15, 36, 75, 143, 255, 433, 707, 1119, 1725, 2602, 3851, 5607, 8046, 11399, 15963, 22123, 30369, 41328, 55792, 74763, 99496, 131566, 172931, 226027, 293864, 380160, 489480, 627428
Offset: 1

Views

Author

Jon Perry, Jul 29 2003

Keywords

Comments

Partial sum operator applied to partition numbers 4 times.

Crossrefs

Programs

Formula

a(n) = ((n+1)*(n+2)*(A000070(n)-1) - (2*n+3)*A182738(n) + A259279(n))/2. - Vaclav Kotesovec, Jun 23 2015
a(n) ~ 3*sqrt(n) * exp(Pi*sqrt(2*n/3)) / (sqrt(2)*Pi^3). - Vaclav Kotesovec, Jun 23 2015