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!)
A307413 G.f. A(x) satisfies: A(x) = 1 + x*A(x)/(1 - x*A(x) - 2*x^2*A(x)^2). 5
1, 1, 2, 7, 26, 102, 420, 1787, 7794, 34666, 156636, 716982, 3317700, 15494156, 72935624, 345701843, 1648489762, 7902956738, 38067806892, 184152092450, 894259126540, 4357738501844, 21302682030328, 104439435098718, 513390992000340, 2529846489669412, 12494572784556440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Unsigned version of A326564. - Paul D. Hanna, Aug 28 2019
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = 1 + Sum_{k>=1} Jacobsthal(k)*x^k*A(x)^k, where Jacobsthal = A001045.
G.f.: A(x) = (1/x)*Series_Reversion(x*(1 + x)*(1 - 2*x)/(1 - 2*x^2)).
From Paul D. Hanna, Aug 29 2019: (Start)
G.f. A(x) satisfies: 0 = Sum_{n>=1} (1-(-1)^n - 2*A(x))^n * x^n / n.
G.f. A(x) satisfies: log(1 - 4*x^2*A(x)^2)/2 = arctanh(2*x - 2*x*A(x)). (End)
MATHEMATICA
terms = 26; A[_] = 0; Do[A[x_] = 1 + x A[x]/(1 - x A[x] - 2 x^2 A[x]^2) + O[x]^(terms + 1) // Normal, {terms + 1}]; CoefficientList[A[x], x]
terms = 27; A[_] = 0; Do[A[x_] = 1 + Sum[(1/3) (2^k - (-1)^k) x^k A[x]^k, {k, 1, j}] + O[x]^j, {j, 1, terms}]; CoefficientList[A[x], x]
terms = 27; CoefficientList[1/x InverseSeries[Series[x (1 + x) (1 - 2 x)/(1 - 2 x^2), {x, 0, terms}], x], x]
CROSSREFS
Cf. A326564.
Sequence in context: A363293 A129482 A150536 * A326564 A271844 A198957
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 07 2019
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 April 24 13:04 EDT 2024. Contains 371945 sequences. (Running on oeis4.)