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.

A113311 Expansion of (1+x)^2/(1-x).

Original entry on oeis.org

1, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
Offset: 0

Views

Author

Paul Barry, Oct 25 2005

Keywords

Comments

Row sums of A113310.
Let m=3. We observe that a(n)=Sum_{k=0..floor(n/2)} C(m,n-2*k). Then there is a link with A040000 and A115291: it is the same formula with respectively m=2 and m=4. We can generalize this result with the sequence whose g.f. is given by (1+z)^(m-1)/(1-z). - Richard Choulet, Dec 08 2009
Also continued fraction expansion of (3+sqrt(5))/4. - Bruno Berselli, Sep 23 2011
Also decimal expansion of 121/900. - Vincenzo Librandi, Sep 24 2011

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..n} Sum_{i=0..n-k} (-1)^i*C(i+k-2, i).
E.g.f.: 4*exp(x) - x - 3. - Elmo R. Oliveira, Aug 08 2024

Extensions

Spelling/notation corrections by Charles R Greathouse IV, Mar 18 2010