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!)
A026853 a(n) = T(2n,n+4), T given by A026736. 1
1, 10, 66, 365, 1837, 8741, 40133, 179932, 793605, 3460106, 14961664, 64306917, 275180827, 1173714565, 4994096327, 21211537533, 89972566673, 381261067469, 1614446775255, 6832832045575, 28908094009481, 122272843951891, 517095189163181 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
FORMULA
G.f.: x^4*C(x)^9/(1 -x/sqrt(1-4*x)), where C(x) if the g.f. for Catalan numbers A000108. - G. C. Greubel, Jul 17 2019
a(n) ~ (3 - sqrt(5))^9 * (2 + sqrt(5))^(n+4) / (512*sqrt(5)). - Vaclav Kotesovec, Jul 18 2019
MATHEMATICA
Drop[CoefficientList[Series[Sqrt[1-4x]*(1-Sqrt[1-4x])^9/(512*x^5*(Sqrt[1-4x]-x)), {x, 0, 40}], x], 4] (* G. C. Greubel, Jul 17 2019 *)
PROG
(PARI) my(x='x+O('x^40)); Vec(sqrt(1-4*x)*(1-sqrt(1-4*x))^9/(512*x^5*(sqrt(1-4*x) -x)) ) \\ G. C. Greubel, Jul 17 2019
(Magma) R<x>:=PowerSeriesRing(Rationals(), 40); Coefficients(R!( Sqrt(1-4*x)*(1-Sqrt(1-4*x))^9/(512*x^5*(Sqrt(1-4*x) -x)) )); // G. C. Greubel, Jul 17 2019
(Sage) a=(sqrt(1-4*x)*(1-sqrt(1-4*x))^9/(512*x^5*(sqrt(1-4*x)-x))).series(x, 40).coefficients(x, sparse=False); a[4:] # G. C. Greubel, Jul 17 2019
CROSSREFS
Sequence in context: A080421 A320817 A004310 * A177452 A033504 A163615
KEYWORD
nonn
AUTHOR
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 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)