OFFSET
1,1
COMMENTS
All terms are a product of at least two terms of A020457. - David A. Corneth, Oct 09 2020
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 360 terms from Harvey P. Dale)
FORMULA
Sum_{n>=1} 1/a(n) = Product_{p in A020457} (p/(p - 1)) - Sum_{p in A020457} 1/p - 1 = 0.0200389643... . - Amiram Eldar, May 18 2022
MATHEMATICA
Select[Range[120000], CompositeQ[#]&&SubsetQ[{1, 9}, Union[Flatten[ IntegerDigits /@ FactorInteger[ #][[All, 1]]]]]&] (* Harvey P. Dale, Mar 30 2019 *)
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Dec 15 1998
STATUS
approved