OFFSET
0,2
COMMENTS
A theorem of Copeland & Erdős proves that this constant is 10-normal. - Charles R Greathouse IV, Feb 06 2015
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
A. H. Copeland and P. Erdős, Note on normal numbers, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.
EXAMPLE
0.12345789101112131415161718192021222324252627293031...
MATHEMATICA
Flatten[IntegerDigits/@Table[If[PerfectNumberQ[n], Nothing, n], {n, 70}]] (* Harvey P. Dale, Dec 16 2021 *)
PROG
(PARI) print1(1); for(n=2, 45, if(sigma(n, -1)!=2, d=digits(n); for(i=1, #d, print1(", "d[i])))) \\ Charles R Greathouse IV, Feb 06 2015
CROSSREFS
KEYWORD
AUTHOR
Omar E. Pol, Oct 20 2007
STATUS
approved