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.

A383137 a(n) = Sum_{k=0..n} k^3 * 2^(n-k) * binomial(n,k).

Original entry on oeis.org

0, 1, 12, 87, 504, 2565, 11988, 52731, 221616, 898857, 3542940, 13640319, 51490728, 191141613, 699376356, 2527001955, 9030245472, 31955015889, 112093661484, 390132432423, 1348223301720, 4629287423061, 15802106905332, 53651151578187, 181257000301584
Offset: 0

Views

Author

Seiichi Manyama, Apr 17 2025

Keywords

Crossrefs

Programs

  • PARI
    a(n) = 3^(n-3)*n*(2+6*n+n^2);

Formula

a(n) = 3^(n-3) * n * (2 + 6*n + n^2).