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!)
A273034 G.f. A(x) satisfies: A(x*A(-x)) = x^3 - x^2. 1
1, 1, 1, 2, 2, 3, 5, 9, 18, 38, 79, 162, 330, 661, 1323, 2661, 5392, 11037, 22802, 47447, 99238, 208283, 438143, 923325, 1949051, 4121495, 8731982, 18536690, 39428284, 84023511, 179370023, 383518886, 821198510, 1760683462, 3779593676, 8122853103, 17476215940, 37639236974, 81146453958, 175111467257, 378230792221, 817669121153, 1769125092131, 3830738971497, 8301063679980, 18001035450869, 39062530229674, 84822294102377, 184304055379313, 400704466515940 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
G.f.: A(x) = x + x^2 + x^3 + 2*x^4 + 2*x^5 + 3*x^6 + 5*x^7 + 9*x^8 + 18*x^9 + 38*x^10 + 79*x^11 + 162*x^12 + 330*x^13 + 661*x^14 + 1323*x^15 + 2661*x^16 +...
such that A(x*A(-x)) = x^3 - x^2.
RELATED SERIES.
Let B(x) be the series reversion of g.f. A(x), so that A(B(x)) = x, then
B(x) = x - x^2 + x^3 - 2*x^4 + 6*x^5 - 17*x^6 + 45*x^7 - 123*x^8 + 356*x^9 - 1061*x^10 + 3193*x^11 - 9691*x^12 + 29741*x^13 - 92228*x^14 +...+ (-1)^(n-1)*A268655(n)*x^n +...
where B(x^3 - x^2) = x*A(-x),
also, B(B(x^3-x^2)/x) = -x.
PROG
(PARI) {a(n) = my(A=[1, 1], F); for(i=1, n, A=concat(A, 0); F=x*Ser(A); A[#A] = Vec(subst(F, x, -x*F))[#A]); A[n]}
for(n=1, 50, print1(a(n), ", "))
CROSSREFS
Cf. A268655.
Sequence in context: A141602 A153931 A214049 * A208437 A130377 A260956
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 15 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 July 14 09:01 EDT 2024. Contains 374318 sequences. (Running on oeis4.)