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!)
A147617 Expansion of g.f.: 1/((1 - x - x^2 + x^5 - x^7)*(1 - x^2 + x^5 + x^6 - x^7)). 7
1, 1, 3, 4, 8, 10, 17, 24, 37, 55, 85, 132, 202, 317, 488, 761, 1171, 1818, 2802, 4333, 6688, 10334, 15964, 24661, 38115, 58886, 91011, 140619, 217317, 335783, 518882, 801765, 1238908, 1914362, 2958086, 4570887, 7062966, 10913848, 16864199 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,2,-1,-1,-2,0,5,0,-2,-1,-1,2,1,-1).
FORMULA
G.f.: 1/(1 - x - 2*x^2 + x^3 + x^4 + 2*x^5 - 5*x^7 + 2*x^9 + x^10 + x^11 - 2*x^12 - x^13 + x^14).
G.f.: -1/(x^7*f(x)*f(1/x)), where f(x) = -1 + x + x^2 - x^5 + x^7. - G. C. Greubel, Oct 24 2022
MATHEMATICA
f[x_]= -1+x+x^2-x^5+x^7;
CoefficientList[Series[-1/(x^7*f[x]*f[1/x]), {x, 0, 50}], x] (* G. C. Greubel, Oct 24 2022 *)
PROG
(PARI) Vec(1/(1 -x -2*x^2 +x^3 +x^4 +2*x^5 -5*x^7 +2*x^9 +x^10 +x^11 -2*x^12 - x^13 +x^14) + O(x^40)) \\ Jinyuan Wang, Mar 10 2020
(Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( 1/((1-x-x^2+x^5- x^7)*(1-x^2+x^5+x^6-x^7)) )); // G. C. Greubel, Oct 24 2022
(SageMath)
def A147617_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( 1/((1-x-x^2+x^5-x^7)*(1-x^2+x^5+x^6-x^7)) ).list()
A147617_list(40) # G. C. Greubel, Oct 24 2022
CROSSREFS
Sequence in context: A212543 A355193 A238546 * A308910 A308959 A326451
KEYWORD
nonn,easy,less
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 18 10:44 EDT 2024. Contains 371779 sequences. (Running on oeis4.)