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.

A055583 Seventh column of triangle A055252.

Original entry on oeis.org

1, 10, 58, 256, 955, 3178, 9740, 28064, 77093, 203930, 523262, 1309520, 3209871, 7731642, 18348240, 42989520, 99612345, 228586890, 520090690, 1174401760, 2634019171, 5872021450, 13019115028, 28722588736, 63082326605
Offset: 0

Views

Author

Wolfdieter Lang, May 26 2000

Keywords

Crossrefs

Cf. A055252, A055249, A055250, partial sums of A055582.

Programs

  • Mathematica
    CoefficientList[Series[1/(((1 - 2 x)^3) (1 - x)^4), {x, 0, 24}], x] (* Michael De Vlieger, Apr 24 2020 *)
    LinearRecurrence[{10,-42,96,-129,102,-44,8},{1,10,58,256,955,3178,9740},30] (* Harvey P. Dale, Nov 06 2022 *)

Formula

G.f.: 1/(((1-2*x)^3)*(1-x)^4).
a(n) = A055252(n+6, 6).
a(n) = Sum_{j=0..n-1} a(j) + A055250(n), n >= 1.