OFFSET
1,1
COMMENTS
Also, decimal expansion of the constant 0.46901415112225262... This is to A228355 as semiprimes A001358 are to prime A000040.
A theorem of Copeland & Erdős proves that this constant is 10-normal. - Charles R Greathouse IV, Feb 06 2015
LINKS
A. H. Copeland and P. Erdős, Note on normal numbers, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.
EXAMPLE
4, 6, 9, 01, 41, 51, 12, 22, 52, 62, 33, 43, 53, 83, 93, 64, 94, 15, 55,...
PROG
(PARI) print1(4); for(n=6, 121, if(bigomega(n)==2, d=Vecrev(digits(n)); for(i=1, #d, print1(", "d[i])))) \\ Charles R Greathouse IV, Feb 06 2015
CROSSREFS
KEYWORD
AUTHOR
Jonathan Vos Post, Aug 26 2013
STATUS
approved