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-2 of 2 results.

A014483 Expansion of (1+2*x) / (1-2*x)^4.

Original entry on oeis.org

1, 10, 56, 240, 880, 2912, 8960, 26112, 72960, 197120, 518144, 1331200, 3354624, 8314880, 20316160, 49020928, 116981760, 276430848, 647495680, 1504706560, 3471835136, 7958691840, 18136170496, 41104179200, 92694118400, 208071032832, 465064427520
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = 2^n * A000330(n+1). - R. J. Mathar, Oct 23 2008
From Colin Barker, Feb 13 2017: (Start)
a(n) = 8*a(n-1) - 24*a(n-2) + 32*a(n-3) - 16*a(n-4) for n>3.
a(n) = (2^(n-1)*(6 + 13*n + 9*n^2 + 2*n^3)) / 3. (End)
a(n) = (1/2) * Sum_{k=0..n+1} Sum_{i=0..n+1} (n-i+1)^2 * C(n+1,k). - Wesley Ivan Hurt, Sep 21 2017

Extensions

More terms from Colin Barker, Feb 13 2017

A085385 Binomial transform of hexagonal pyramidal numbers A002412.

Original entry on oeis.org

0, 1, 9, 46, 184, 640, 2032, 6048, 17152, 46848, 124160, 321024, 813056, 2023424, 4960256, 12001280, 28704768, 67960832, 159449088, 371064832, 857210880, 1967128576, 4486856704, 10177478656, 22968008704, 51589939200, 115376914432
Offset: 0

Views

Author

Paul Barry, Jun 27 2003

Keywords

Crossrefs

Cf. A002412.
Cf. A014483, A087076 (partial sums). - R. J. Mathar, Oct 23 2008

Programs

  • PARI
    a(n) = n*2^n*(2*n^2+9*n+1)/4! \\ Michel Marcus, May 18 2013

Formula

a(n) = n*2^n(2n^2 + 9n + 1)/4!.
G.f.: x(1-x)(1+2x)/(1-2x)^4. - R. J. Mathar, Oct 23 2008
Showing 1-2 of 2 results.