cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A336067 Decimal expansion of the asymptotic density of numbers k divisible by A007814(k) (A336066).

This page as a plain text file.
%I A336067 #6 Jul 08 2020 05:08:59
%S A336067 4,3,5,6,1,1,0,2,8,2,9,2,1,7,2,1,7,4,2,1,3,1,2,2,5,4,5,1,5,8,0,8,6,5,
%T A336067 0,2,2,9,3,7,4,6,9,0,7,1,8,8,0,6,8,8,2,0,1,6,3,2,8,8,0,1,0,9,5,9,7,3,
%U A336067 5,6,2,6,7,2,9,3,8,9,0,9,0,9,1,6,8,5,0
%N A336067 Decimal expansion of the asymptotic density of numbers k divisible by A007814(k) (A336066).
%H A336067 Tibor Šalát, <a href="https://dml.cz/handle/10338.dmlcz/129777">On the function a_p, p^a_p(n) || n (n > 1)</a>, Mathematica Slovaca, Vol. 44, No. 2 (1994), pp. 143-151.
%F A336067 Equals Sum_{k>=1} 1/(k * 2^(k - A007814(k) + 1)).
%e A336067 0.435611028292172174213122545158086502293746907188068...
%t A336067 RealDigits[Sum[1/k/2^(k + 1 - IntegerExponent[k, 2]), {k, 1, 1000}], 10, 100][[1]]
%Y A336067 Cf. A007814, A336066, A336069.
%K A336067 nonn,cons
%O A336067 0,1
%A A336067 _Amiram Eldar_, Jul 07 2020