login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126042 Expansion of f(x^3)/(1-x*f(x^3)), where f(x) is the g.f. of A001764, whose n-th term is C(3n,n)/(2n+1). 1
1, 1, 1, 2, 3, 4, 8, 13, 19, 38, 64, 98, 196, 337, 531, 1062, 1851, 2974, 5948, 10468, 17060, 34120, 60488, 99658, 199316, 355369, 590563, 1181126, 2115577, 3540464, 7080928, 12731141, 21430267, 42860534, 77306428, 130771376 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Row sums of number triangle A111373. Interleaves T(3n,2n),T(3n+1,2n+1) and T(3n+2,2n+2) for T(n,k)=A047089(n,k).

One step forward and two steps back: number of non-negative walks of n steps where the steps are size 1 forwards and size 2 backwards. [from David Scambler (dscambler(AT)bmm.com) Mar 15 2011]

FORMULA

a(n) = sum{k=0..n,C(3*floor((n+2k)/3)-2k,floor((n+2k)/3)-k)*(k+1)/(2*floor((n+2k)/3)-k+ 1)(2*cos(2*pi*(n-k)/3)+1)/3};

G.f.: (1/x)*Series_Reversion( x*(1+x)^2/((1+x)^3+x^3) ). [Paul D. Hanna, Mar 15 2011]

PROG

(PARI) {a(n)=polcoeff((1/x)*serreverse(x*(1+x)^2/((1+x)^3+x^3+x*O(x^n))), n)}

CROSSREFS

Sequence in context: A095705 A034776 A068791 * A076227 A186272 A092075

Adjacent sequences:  A126039 A126040 A126041 * A126043 A126044 A126045

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Dec 16 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:14 EST 2012. Contains 205962 sequences.