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!)
A093114 Coefficients of the solution to a functional equation. 0
1, -2, -2, -16, 14, 64, -484, -2048, 3798, -7168, 96292, 131072, -1247476, 3964928, -27170632, -67108864, 220816742, -497811456, 993377620, -3758096384, 38457826404, -201938960384, 1217833409416, 1099511627776, -4275253627140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
G.f. A(x) satisfies A(-4x^2)=A(x)+A(-x), A(4x^2)=-4A(x)A(-x).
LINKS
FORMULA
a(n)*(-4)^n = 2*a(2n) - Paul D. Hanna, Apr 04 2004
Given g.f. A(x), then B(x)=4A(x/4) satisfies 0=f(B(x), B(x^2), B(x^4)) where f(u, v, w)=u^2v+uw-v^2.
Given g.f. A(x), then B(x)=4A(x/4) satisfies B(-x^2)=B(x)+B(-x) and B(x^2)=-B(x)*B(-x).
PROG
(PARI) a(n)=local(A, A2, m); if(n<1, 0, A=x+O(x^2); m=1; while(m<=n, m*=2; A2=subst(A, x, -x^2); A=A2/2+sqrt(A2^2/4+subst(A, x, x^2))); polcoeff(A, n)*4^(n-1))
CROSSREFS
Sequence in context: A152541 A302339 A361817 * A016740 A353915 A193145
KEYWORD
sign
AUTHOR
Michael Somos, Mar 20 2004
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)