The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A115220 Expansion of x^4*(1-2*x-2*x^2)/(1-4*x+x^4-2*x^5-2*x^6). 1
0, 0, 0, 0, 1, 2, 6, 24, 95, 380, 1520, 6072, 24253, 96870, 386910, 1545368, 6172403, 24653392, 98468904, 393297808, 1570883385, 6274315690, 25060445446, 100094728568, 399791564311, 1596820303940, 6377911168464, 25474219467560, 101747396653957, 406392538897646 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Fan Chung, R. L. Graham, Primitive juggling sequences, Am. Math. Monthly 115 (3) (2008) 185-194
FORMULA
a(0)=a(1)=a(2)=a(3)=0,a(4)=1,a(5)=2,a(6)=6; for n>6 a(n) = 4*a(n-1) - a(n-4) + 2*a(n-5) + 2*a(n-6). - Zak Seidov, Mar 06 2006
MATHEMATICA
{a[0]=a[1]=a[2]=a[3]=0, a[4]=1, a[5]=2, a[6]=6}; a[n_]:=a[n]=2*a[ -6+n]+2*a[ -5+n]-a[ -4+n]+4*a[ -1+n]; Table[a[n], {n, 0, 29}] (* Zak Seidov, Mar 06 2006 *)
CoefficientList[Series[x^4*(1-2*x-2*x^2)/(1-4*x+x^4-2*x^5-2*x^6), {x, 0, 40}], x] (* Vincenzo Librandi, Jun 27 2012 *)
LinearRecurrence[{4, 0, 0, -1, 2, 2}, {0, 0, 0, 0, 1, 2, 6}, 30] (* Harvey P. Dale, Dec 02 2015 *)
CROSSREFS
Sequence in context: A192466 A367274 A361752 * A293185 A292984 A072854
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 05 2006
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 May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)