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!)
A277033 G.f. A(x) satisfies: A(x - A(-x)^2) = x + A(x)^2. 1
1, 2, 4, 18, 76, 420, 2248, 14410, 89676, 642764, 4487896, 35282228, 271094936, 2310824808, 19309255952, 177093587874, 1596354765308, 15664040851996, 151403517122328, 1582290415072396, 16319413287176584, 180949924453071544, 1983128441367699632, 23249895784026465044, 269763155110100504568, 3333619355332522429656 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. A(x) satisfies: A(-A(-x)) = x.
EXAMPLE
G.f.: A(x) = x + 2*x^2 + 4*x^3 + 18*x^4 + 76*x^5 + 420*x^6 + 2248*x^7 + 14410*x^8 + 89676*x^9 + 642764*x^10 +...
such that A(x - A(-x)^2) = x + A(x)^2.
RELATED SERIES.
A(x)^2 = x^2 + 4*x^3 + 12*x^4 + 52*x^5 + 240*x^6 + 1288*x^7 + 7108*x^8 + 43908*x^9 + 275872*x^10 + 1904280*x^11 + 13301112*x^12 +...
sqrt((A(x) - x)/2) = x + x^2 + 4*x^3 + 15*x^4 + 82*x^5 + 420*x^6 + 2742*x^7 + 16767*x^8 + 123294*x^9 + 856042*x^10 + 6906790*x^11 + 53066832*x^12 +...
Series_Reversion( sqrt((A(x) - x)/2) ) = x - x^2 - 2*x^3 - 14*x^5 - 406*x^7 - 16514*x^9 - 872812*x^11 - 56605438*x^13 - 4346269882*x^15 - 386603411414*x^17 - 39262351744912*x^19 - 4504838187841052*x^21 -...
PROG
(PARI) {a(n) = my(A=x, R); for(i=1, n, R = subst(A, x, -x + x*O(x^n)); A = subst(x + A^2, x, serreverse(x - R^2))); polcoeff(A, n)}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A052689 A139104 A014448 * A295767 A318230 A075836
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 09 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 05:45 EDT 2024. Contains 373207 sequences. (Running on oeis4.)