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!)
A091105 Expansion of (1-5x+40x^2)/((1-5x)(1+5x)). 0
1, -5, 65, -125, 1625, -3125, 40625, -78125, 1015625, -1953125, 25390625, -48828125, 634765625, -1220703125, 15869140625, -30517578125, 396728515625, -762939453125, 9918212890625, -19073486328125, 247955322265625, -476837158203125, 6198883056640625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(0)=1, a(2n-1)=-k^(2n-1), a(2n)=(3k-2)k^(2n-1), k=5; G.f.: (1-kx+2(k-1)kx^2)/((1-kx)(1+kx)), k=5.
LINKS
FORMULA
a(n)=4*5^n/5+9(-5)^n/5-8*0^n/5
a(0)=1, a(1)=-5, a(2)=65, a(n)=25*a(n-2) From Harvey P. Dale, Jul 15 2012
MATHEMATICA
CoefficientList[Series[(1-5x+40x^2)/((1-5x)(1+5x)), {x, 0, 40}], x] (* or *) Join[{1}, LinearRecurrence[{0, 25}, {-5, 65}, 30]] (* Harvey P. Dale, Jul 15 2012 *)
CROSSREFS
Sequence in context: A220557 A266962 A126955 * A234335 A071902 A211412
KEYWORD
easy,sign
AUTHOR
Paul Barry, Dec 22 2003
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)