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!)
A092413 Coefficient of x^n in solution of x = y + y^2 + y^4 + y^8 + ... 0
1, -1, 2, -6, 20, -70, 256, -970, 3772, -14960, 60280, -246090, 1015700, -4231216, 17767456, -75126078, 319588340, -1366846548, 5873832384, -25350152100, 109828012448, -477486940848, 2082520454864, -9109146150050, 39950535931956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Reversion of Fredholm-Rueppel sequence (A036987) shifted right.
LINKS
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
Cf. A049140.
Sequence in context: A185202 A340891 A049140 * A151285 A150126 A150127
KEYWORD
sign
AUTHOR
Ralf Stephan, Mar 22 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 April 24 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)