login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of 10980011/999^3.
2

%I #25 Oct 08 2023 04:52:57

%S 0,1,1,0,1,3,0,1,7,0,2,3,0,3,1,0,4,1,0,5,3,0,6,7,0,8,3,1,0,1,1,2,1,1,

%T 4,3,1,6,7,1,9,3,2,2,1,2,5,1,2,8,3,3,1,7,3,5,3,3,9,1,4,3,1,4,7,3,5,1,

%U 7,5,6,3,6,1,1,6,6,1,7,1,3,7,6,7,8,2,3

%N Decimal expansion of 10980011/999^3.

%H John D. Cook, <a href="https://www.johndcook.com/blog/2013/10/12/prime-generating-fractions/">Prime generating fractions</a>

%F Sum_{k>=0} 10^(-3*k-3)*A048058(k) = 10980011/999^3.

%e 0.011013017023031041053067083101121...

%t Join[{0},RealDigits[10980011/999^3,10,120][[1]]] (* _Harvey P. Dale_, Aug 20 2021 *)

%Y Cf. A048058, A048059, A272066, A297785, A297787.

%K nonn,cons

%O 0,6

%A _Seiichi Manyama_, Jan 06 2018