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!)
A346402 Decimal expansion of Sum_{k>=1} A089723(k)/2^k. 0
1, 0, 6, 8, 3, 8, 9, 9, 3, 0, 0, 7, 8, 4, 1, 2, 3, 2, 0, 0, 2, 0, 8, 4, 7, 6, 5, 9, 0, 1, 7, 5, 8, 2, 3, 8, 2, 2, 4, 7, 2, 8, 9, 6, 0, 8, 6, 5, 5, 2, 8, 0, 7, 2, 1, 4, 9, 7, 8, 0, 7, 0, 7, 6, 0, 3, 1, 5, 3, 1, 6, 7, 9, 1, 8, 6, 4, 7, 6, 0, 7, 0, 5, 7, 4, 4, 1, 9, 7, 3, 0, 9, 2, 6, 3, 9, 3, 7, 8, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This constant is irrational (Golomb, 1973).
LINKS
Solomon W. Golomb, A new arithmetic function of combinatorial significance, Journal of Number Theory, Vol. 5, No. 3 (1973), pp. 218-223.
EXAMPLE
1.06838993007841232002084765901758238224728960865528...
MATHEMATICA
f[n_] := DivisorSigma[0, GCD @@ FactorInteger[n][[;; , 2]]]; RealDigits[Sum[f[n]/2^n, {n, 1, 1000}], 10, 100][[1]]
PROG
(PARI) 1/2 + suminf(k=2, numdiv(gcd(factor(k)[, 2]))/2^k) \\ Michel Marcus, Jul 16 2021
CROSSREFS
Cf. A089723.
Sequence in context: A316256 A054042 A184084 * A255728 A272488 A100608
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Jul 15 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)