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!)
A147606 Expansion of g.f.: 1/((1 - x - x^2 + x^4 - x^6)*(1 - x^2 + x^4 + x^5 - x^6)). 5
1, 1, 3, 4, 6, 8, 12, 15, 25, 35, 56, 84, 130, 192, 294, 432, 654, 972, 1466, 2192, 3308, 4953, 7463, 11185, 16820, 25224, 37906, 56868, 85445, 128239, 192643, 289196, 434364, 652124, 979372, 1470436, 2208192, 3315556, 4978892, 7475948, 11226252 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,2,-1,-3,0,5,0,-3,-1,2,1,-1).
FORMULA
G.f.: 1/(1 - x - 2*x^2 + x^3 + 3*x^4 - 5*x^6 + 3*x^8 + x^9 - 2*x^10 - x^11 + x^12).
G.f.: -1/(x^6*f(x)*f(1/x)), where f(x) = -1 + x + x^2 - x^4 + x^6. - G. C. Greubel, Oct 24 2022
MATHEMATICA
f[x_]= -1+x+x^2-x^4+x^6;
CoefficientList[Series[-1/(x^6*f[x]*f[1/x]), {x, 0, 50}], x] (* G. C. Greubel, Oct 24 2022 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 50); Coefficients(R!( 1/((1-x-x^2+x^4-x^6)*(1-x^2+x^4+x^5-x^6)) )); // G. C. Greubel, Oct 24 2022
(SageMath)
def A147606_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( 1/((1-x-x^2+x^4-x^6)*(1-x^2+x^4+x^5-x^6)) ).list()
A147606_list(50) # G. C. Greubel, Oct 24 2022
CROSSREFS
Sequence in context: A129295 A192276 A049305 * A279083 A298805 A085147
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 08 2008
EXTENSIONS
Definition corrected by N. J. A. Sloane, Nov 09 2008
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 24 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)