OFFSET
1,3
COMMENTS
Reversion of Fredholm-Rueppel sequence (A036987) shifted right.
FORMULA
From Paul D. Hanna, Nov 14 2025: (Start)
G.f. A(x) satisfies the following formulas.
(1) x = Sum_{n>=0} A(x)^(2^n) by definition.
(2) x = A( Sum_{n>=0} x^(2^n) ).
(3) x^(2^n) = A( Sum_{k>=n} x^(2^k) ) for n >= 1.
(4) A(x)^2 = A(x - A(x)).
(5) A(x)^4 = A(x - A(x) - A(x)^2).
(6) A(x)^8 = A(x - A(x) - A(x)^2 - A(x)^4).
(7) A(x)^(2^n) = A( x - Sum_{k=0..n-1} A(x)^(2^k) ) for n >= 1.
(8) A(x)^(2^n) = A( Sum_{k>=n} A(x)^(2^k) ) for n >= 1. (End)
MAPLE
# Using function CompInv from A357588.
CompInv(25, n -> if 2^ilog2(n) = n then 1 else 0 fi); # Peter Luschny, Oct 05 2022
PROG
(PARI) serreverse(sum(k=0, 8, x^(2^k))+O(x^257))
CROSSREFS
KEYWORD
sign
AUTHOR
Ralf Stephan, Mar 22 2004
STATUS
approved
