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!)
A211705 Decimal expansion of Sum_{n>=1} A006218(n)*2^(-n). 8
3, 2, 1, 3, 3, 9, 0, 3, 0, 4, 8, 3, 0, 5, 8, 3, 5, 2, 7, 5, 6, 6, 6, 0, 3, 0, 4, 6, 3, 8, 0, 2, 7, 1, 4, 3, 9, 1, 5, 0, 7, 1, 7, 3, 1, 9, 4, 0, 0, 6, 8, 9, 4, 1, 4, 4, 2, 5, 5, 9, 3, 1, 2, 0, 0, 5, 5, 8, 0, 5, 2, 3, 7, 8, 7, 3, 9, 7, 4, 8, 5, 8, 8, 5, 0, 9, 4, 6, 1, 2, 6, 6, 6, 3, 7, 7, 3, 8, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals 2 * A065442. - Amiram Eldar, Aug 01 2020
EXAMPLE
Sum_{n>=1} A006218(n)*2^(-n) = 1/2 + 3/4 + 5/8 + 8/16 + 10/32 + 14/64 + ... = 3.213390304830583527566603046380271...
MATHEMATICA
f[n_, m_] := Sum[Floor[n/k], {k, 1, m}]
t = Table[f[n, 100], {n, 1, 4000}] ;
N[Sum[t[[n]]/2^n, {n, 1, 4000}], 100]
RealDigits[%, 10] (* A211705 *)
RealDigits[%%, 2] (* A211706 *)
PROG
(PARI) k=1.; 2*suminf(n=1, k>>=1; k^n*(1+k)/(1-k)) \\ Charles R Greathouse IV, Jul 18 2021
CROSSREFS
Cf. A006218, A065442, A211701, A211706 (binary).
Sequence in context: A140414 A129514 A175506 * A010267 A023636 A205838
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 19 2012
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 May 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)