OFFSET
1,2
COMMENTS
A theorem of Copeland & Erdős proves that this constant is 10-normal. - Charles R Greathouse IV, Feb 06 2015
LINKS
Demi Allen, Sky Brewer, Distribution Of Sequences Generated By Certain Simply-Constructed Normal Numbers, arXiv:1511.01789 [math.NT], 2015.
A. H. Copeland and P. Erdős, Note on normal numbers, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.
EXAMPLE
1.468910121415161820212224252627283032333435363839404244454648495...
MATHEMATICA
Flatten[IntegerDigits/@With[{nn=80}, Complement[Range[nn], Prime[ Range[ PrimePi[nn]]]]]] (* Harvey P. Dale, Sep 16 2011 *)
PROG
(PARI) print1(1); forcomposite(n=4, 76, d=digits(n); for(i=1, #d, print1(", "d[i]))) \\ Charles R Greathouse IV, Feb 06 2015
CROSSREFS
KEYWORD
AUTHOR
Alexander Adamchuk, May 19 2007
STATUS
approved