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.

A367591 Expansion of 1/((1-x) * (1-3*x)^3).

Original entry on oeis.org

1, 10, 64, 334, 1549, 6652, 27064, 105796, 401041, 1483606, 5380840, 19198306, 67559437, 234963352, 808919632, 2760370984, 9346519297, 31429487170, 105039380080, 349114288150, 1154561484781, 3801030845140, 12462203297224, 40705156945324, 132494756301649
Offset: 0

Views

Author

Seiichi Manyama, Nov 24 2023

Keywords

Crossrefs

Partial sums of A027472.

Programs

  • PARI
    a(n) = ((2*n^2+4*n+3)*3^(n+1)-1)/8;

Formula

a(n) = ((2*n^2+4*n+3) * 3^(n+1) - 1)/8.
Showing 1-1 of 1 results.