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!)
A276315 G.f. A(x) satisfies: x = A(x)-3*A(x)^2-2*A(x)^3. 4
1, 3, 20, 165, 1524, 15078, 156264, 1674585, 18404980, 206325834, 2350049208, 27118926354, 316381296840, 3725407768140, 44217602683728, 528470024711841, 6354463541900148, 76818345766932450, 933089010748085400, 11382500895815005110, 139387948563917844120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Elżbieta Liszewska, Wojciech Młotkowski, Some relatives of the Catalan sequence, arXiv:1907.10725 [math.CO], 2019.
Thomas M. Richardson, The three 'R's and the Riordan dual, arXiv:1609.01193 [math.CO], 2016.
FORMULA
G.f.: Series_Reversion(x-3*x^2-2*x^3).
a(n) ~ (6*(18 + 5*sqrt(15))/17)^(n - 1/2) / (2*15^(1/4)*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Aug 22 2017
EXAMPLE
G.f.: A(x) = x+3*x^2+20*x^3+165*x^4+1524*x^5+15078*x^6+156264*x^7+...
Related Expansions:
A(x)^2 = x^2+6*x^3+49*x^4+450*x^5+4438*x^6+45900*x^7+491181*x^8+...
A(x)^3 = x^3+9*x^4+87*x^5+882*x^6+9282*x^7+100521*x^8+1113299*x^9+...
MATHEMATICA
Rest[CoefficientList[InverseSeries[Series[x - 3*x^2 - 2*x^3, {x, 0, 20}], x], x]] (* Vaclav Kotesovec, Aug 22 2017 *)
PROG
(PARI) {a(n)=polcoeff(serreverse(x - 3*x^2 - 2*x^3 + x^2*O(x^n)), n)}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A012882 A063017 A341963 * A145329 A051643 A213377
KEYWORD
nonn,easy
AUTHOR
Tom Richardson, Aug 29 2016
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 June 8 08:51 EDT 2024. Contains 373207 sequences. (Running on oeis4.)