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!)
A083661 G.f.: 1/(1-x) * Sum_{k>=0} x^2^(k+2)/(1+x^2^k). 2
0, 0, 0, 1, 0, 1, 0, 2, 1, 1, 0, 2, 1, 1, 0, 3, 2, 2, 1, 2, 1, 1, 0, 3, 2, 2, 1, 2, 1, 1, 0, 4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0, 4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0, 5, 4, 4, 3, 4, 3, 3, 2, 4, 3, 3, 2, 3, 2, 2, 1, 4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
a(1) = a(2) = a(3) = 0, a(2n) = a(n)+1, a(2n+1) = a(n).
a(n) = A080791(n) + A079944(n-2) - 1.
MATHEMATICA
a[n_] := DigitCount[n, 2, 0] + IntegerDigits[n, 2][[2]] - 1; a[1] = 0; Array[a, 100] (* Amiram Eldar, Jul 16 2023 *)
PROG
(PARI) for(n=1, 120, l=ceil(log(n)/log(2)); t=polcoeff(1/(1-x)*sum(k=0, l, (x^2^(k+2))/(1+x^2^k)) + O(x^(n+1)), n); print1(t", "))
CROSSREFS
Sequence in context: A060826 A078134 A282380 * A029369 A255315 A125072
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Jun 14 2003
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 October 1 15:27 EDT 2023. Contains 365826 sequences. (Running on oeis4.)