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!)
A249222 Expansion of x*(1+5*x-5*x^3)/(1-6*x^2+5*x^4). 2
1, 5, 6, 25, 31, 125, 156, 625, 781, 3125, 3906, 15625, 19531, 78125, 97656, 390625, 488281, 1953125, 2441406, 9765625, 12207031, 48828125, 61035156, 244140625, 305175781, 1220703125, 1525878906, 6103515625, 7629394531, 30517578125, 38146972656, 152587890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 6*a(n-2)-5*a(n-4).
MATHEMATICA
CoefficientList[Series[(1 + 5 x - 5 x^3)/(1 - 6 x^2 + 5 x^4), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 23 2014 *)
PROG
(PARI) Vec((1+5*x-5*x^3)/(1-6*x^2+5*x^4) + O(x^100))
(PARI) a(n)=round((9-(-1)^n)*5^(n\2)/8) \\ Tani Akinari, Oct 26 2014
CROSSREFS
Sequence in context: A137080 A025622 A116553 * A034497 A136888 A038248
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Oct 23 2014
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 26 16:22 EDT 2024. Contains 372840 sequences. (Running on oeis4.)