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!)
A041002 The sequence d, given that c is a left shift by one place of b. 3
1, 3, 4, 7, 14, 18, 19, 20, 22, 23, 25, 26, 28, 29, 30, 31, 35, 36, 37, 38, 40, 41, 42, 45, 48, 49, 50, 52, 54, 55, 57, 59, 63, 67, 70, 71, 73, 79, 80, 83, 85, 87, 90, 91, 93, 94, 98, 100, 101, 102, 103, 106, 108, 110, 111, 112, 116, 117, 121, 124, 132, 135, 137, 142, 143, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Map a binary sequence b=[ b_1,... ] to a binary sequence c=[ c_1,... ] so that C=1/Product (1-x^i)^c_i == 1+Sum b_i*x^i mod 2.
This produces 2 new sequences: d={i:c_i=1} and e=[ 1,e_1,... ] where C=1+Sum e_i*x^i.
LINKS
PROG
(PARI) EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}
upto(n)={my(v=vector(n+1)); v[1]=1; for(n=2, #v, v[n]=(v[n-1]+EulerT(v[2..n])[n-1])%2); select(t->t, v[2..n+1], 1)} \\ Andrew Howroyd, Apr 14 2021
CROSSREFS
Sequence in context: A254310 A121174 A050071 * A062203 A319548 A095063
KEYWORD
nonn,easy,eigen
AUTHOR
EXTENSIONS
Terms a(28) and beyond from Andrew Howroyd, Apr 14 2021
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 July 30 07:20 EDT 2024. Contains 374737 sequences. (Running on oeis4.)