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!)
A108630 Expansion of g.f.: (1+x-sqrt(1-2*x-7*x^2-8*x^3-4*x^4))/(2*(1+x+x^2)). 2
1, 1, 2, 6, 17, 54, 178, 606, 2116, 7533, 27242, 99799, 369583, 1381309, 5203599, 19737935, 75321337, 288968031, 1113893815, 4312073256, 16756934181, 65345024968, 255625711296, 1002888257745, 3945055462020, 15556613282788 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Conjecture D-finite with recurrence: (n-1)*a(n) = (n-4)*a(n-1) +8*(n-4)*a(n-2) +(17*n-77)*a(n-3) +(19*n-100)*a(n-4) +12*(n-6)*a(n-5) +4*(n-7)*a(n-6). - R. J. Mathar, Sep 27 2014
MATHEMATICA
Rest@CoefficientList[Series[(1+x-Sqrt[1-2*x-7*x^2-8*x^3-4*x^4])/(2*(1+ x+x^2)), {x, 0, 35}], x] (* G. C. Greubel, Oct 18 2023 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Rationals(), 36); Coefficients(R!( (1+x-Sqrt(1-2*x-7*x^2-8*x^3-4*x^4))/(2*(1+x+x^2)) )); // G. C. Greubel, Oct 18 2023
(Sage)
def A108630_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x-sqrt(1-2*x-7*x^2-8*x^3-4*x^4))/(2*(1+x+x^2)) ).list()
a=A108630_list(36); a[1:] # G. C. Greubel, Oct 18 2023
CROSSREFS
Cf. A039985.
Sequence in context: A346428 A148453 A097514 * A338735 A161408 A150033
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jun 12 2005
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 July 23 05:39 EDT 2024. Contains 374544 sequences. (Running on oeis4.)