login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113311 Expansion of (1+x)^2/(1-x). 26
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums of A113310.
Let m=3. We observe that a(n)=sum{C(m,n-2*k),k=0..floor(n/2)). 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
LINKS
FORMULA
a(n) = Sum_{k=0..n} Sum_{i=0..n-k} (-1)^i*C(i+k-2, i).
MATHEMATICA
CoefficientList[Series[(1+x)^2/(1-x), {x, 0, 110}], x] (* Harvey P. Dale, Aug 19 2011 *)
PROG
(PARI) a(n)=if(n>1, 4, 2*n+1) \\ Charles R Greathouse IV, Jun 12 2015
CROSSREFS
Sequence in context: A007485 A280356 A018244 * A255176 A288177 A349992
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Oct 25 2005
EXTENSIONS
Spelling/notation corrections by Charles R Greathouse IV, Mar 18 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)