A129112 Decimal expansion of constant equal to concatenated semiprimes.
4, 6, 9, 1, 0, 1, 4, 1, 5, 2, 1, 2, 2, 2, 5, 2, 6, 3, 3, 3, 4, 3, 5, 3, 8, 3, 9, 4, 6, 4, 9, 5, 1, 5, 5, 5, 7, 5, 8, 6, 2, 6, 5, 6, 9, 7, 4, 7, 7, 8, 2, 8, 5, 8, 6, 8, 7, 9, 1, 9, 3, 9, 4, 9, 5, 1, 0, 6, 1, 1, 1, 1, 1, 5, 1, 1, 8, 1, 1, 9, 1, 2, 1, 1, 2, 2, 1, 2, 3, 1, 2, 9
Offset: 1
Examples
4.691014152122252633343538394649515557586265...
Links
- A. H. Copeland and P. Erdős, Note on normal numbers, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.
- Eric Weisstein's World of Mathematics, Copeland-Erdos Constant.
Crossrefs
Programs
-
Mathematica
Flatten[IntegerDigits/@Select[Range[200],PrimeOmega[#]==2&]] (* Harvey P. Dale, Jan 17 2012 *)
-
PARI
print1(4); for(n=6,129, if(bigomega(n)==2, d=digits(n); for(i=1,#d, print1(", "d[i])))) \\ Charles R Greathouse IV, Feb 06 2015
Comments