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!)
A084432 G.f.: 2/(1-x) + sum(k>=0, t^2(3-t)/(1+t)/(1-t)^2, t=x^2^k). 0
2, 5, 4, 10, 6, 11, 8, 19, 10, 17, 12, 24, 14, 23, 16, 36, 18, 29, 20, 38, 22, 35, 24, 49, 26, 41, 28, 52, 30, 47, 32, 69, 34, 53, 36, 66, 38, 59, 40, 79, 42, 65, 44, 80, 46, 71, 48, 98, 50, 77, 52, 94, 54, 83, 56, 109, 58, 89, 60, 108, 62, 95, 64, 134, 66, 101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(1)=2, a(2n) = a(n)+2n+1, a(2n+1) = 2n+2.
Dirichlet g.f.: 2^s/(2^s-1) * (zeta(s)+zeta(s-1)) - Ralf Stephan, Jun 17 2007
PROG
(PARI) for(n=1, 100, l=ceil(log(n)/log(2)); t=polcoeff(sum(k=0, l, 1/(1-x^2^k)^2) + O(x^(n+1)), n); print1(t", "))
CROSSREFS
Cf. A069895.
Sequence in context: A324142 A339809 A360896 * A071297 A356875 A114393
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Jun 27 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)