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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107066 Expansion of 1/(1-2x+x^5). 8
1, 2, 4, 8, 16, 31, 60, 116, 224, 432, 833, 1606, 3096, 5968, 11504, 22175, 42744, 82392, 158816, 306128, 590081, 1137418, 2192444, 4226072, 8146016, 15701951, 30266484, 58340524, 112454976, 216763936, 417825921, 805385358, 1552430192, 2992405408, 5768046880 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row sums of number triangle A107065.

same as A018922 plus first 3 additional terms.--Vladimir Joseph Stephan Orlovsky, Jul 08 2011.

FORMULA

a(n)=2a(n-1)-a(n-5); a(n)=sum{k=0..floor(n/5), binomial(n-4k, k)2^(n-2k)(-1)^k}.

a(n) = A018922(n-3) for n>=3. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 09 2007

MATHEMATICA

CoefficientList[Series[1/(1 - 2*z + z^5), {z, 0, 100}], z] (* From Vladimir Joseph Stephan Orlovsky, Jul 08 2011 *)

CROSSREFS

Cf. A018922.

Sequence in context: A189075 A189077 A118891 * A141019 A152718 A006775

Adjacent sequences:  A107063 A107064 A107065 * A107067 A107068 A107069

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), May 10 2005

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 15 14:02 EST 2012. Contains 205811 sequences.