This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A036315 #28 May 22 2022 05:51:46 %S A036315 9,15,25,27,45,75,81,125,135,159,225,243,265,375,405,477,625,675,729, %T A036315 795,1059,1125,1215,1325,1431,1765,1875,2025,2187,2385,2809,3125,3177, %U A036315 3375,3645,3975,4293,5295,5625,6075,6561,6625,7155,8427,8825,9375,9531 %N A036315 Composite numbers whose prime factors contain no digits other than 3 and 5. %C A036315 Products of at least two terms of A020462. - _David A. Corneth_, Oct 09 2020 %H A036315 David A. Corneth, <a href="/A036315/b036315.txt">Table of n, a(n) for n = 1..10000</a> %H A036315 <a href="/index/Pri#prime_factors">Index entries for sequences related to prime factors</a>. %F A036315 Sum_{n>=1} 1/a(n) = Product_{p in A020462} (p/(p - 1)) - Sum_{p in A020462} 1/p - 1 = 0.3620363317... . - _Amiram Eldar_, May 22 2022 %t A036315 Select[Range[10000],SubsetQ[{3,5},Union[Flatten[IntegerDigits/@ FactorInteger[ #][[All,1]]]]]&&CompositeQ[#]&] (* _Harvey P. Dale_, May 30 2021 *) %Y A036315 Cf. A003593, A020462, A036302-A036325. %K A036315 nonn,easy,base %O A036315 1,1 %A A036315 _Patrick De Geest_, Dec 15 1998