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.

A182704 Row sums of triangle A182700.

Original entry on oeis.org

0, 2, 8, 21, 48, 95, 180, 315, 536, 873, 1390, 2145, 3264, 4849, 7112, 10260, 14640, 20604, 28746, 39653, 54280, 73626, 99176, 132549, 176112, 232400, 305032, 398034, 516880, 667725, 858870
Offset: 0

Views

Author

Omar E. Pol, Nov 28 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Total /@ Table[n*PartitionsP[n-k], {n, 0, 30}, {k, 0, n}]  (* Robert Price, Jun 23 2020 *)

Formula

a(n) = n*A000070(n).
G.f.: x*f'(x), where f(x) = (1/(1 - x))*Product_{k>=1} 1/(1 - x^k). - Ilya Gutkovskiy, Apr 13 2017