OFFSET
1,3
COMMENTS
Reversion of Fredholm-Rueppel sequence (A036987) shifted right.
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