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!)
A112808 Expansion of solution of functional equation. 0

%I #2 Apr 30 2014 01:37:36

%S 1,1,2,5,14,43,142,495,1794,6683,25388,97852,381406,1500317,5947798,

%T 23739795,95326150,384845581,1561220986,6361205709,26021379044,

%U 106826116871,439987835410,1817594141822,7529012424286,31265738342993

%N Expansion of solution of functional equation.

%F Given g.f. A(x), then series reversion of B(x)=x*A(x^3) is -B(-x).

%F Given g.f. A(x), then y=x*A(x^3) satisfies y=x+(xy)^2/(1-(xy)^6).

%o (PARI) {a(n)=local(A); if(n<0, 0, A=x+O(x^4); for(k=1,n, A=x+subst(x^2/(1-x^6),x,x*A)); polcoeff(A,3*n+1))}

%K nonn

%O 0,3

%A _Michael Somos_, Sep 20 2005

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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)