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 A106598 #10 Sep 05 2020 20:37:47 %S A106598 1,9,34,86,175,313,507,768,1105,1530,2053,2683,3429,4301,5310,6466, %T A106598 7780,9259,10917,12761,14801,17048,19511,22201,25127,28300,31730, %U A106598 35425,39397,43654,48207,53066,58243,63746,69584,75769,82310,89216,96499,104168 %N A106598 Number of positive integers <= 10^n that are divisible by no prime exceeding 5. %H A106598 David A. Corneth, <a href="/A106598/b106598.txt">Table of n, a(n) for n = 0..1500</a> %t A106598 n = 40; t = Select[ Flatten[ Table[ 5^c*Select[ Flatten[ Table[2^a*3^b, {a, 0, n*Log[2, 10]}, {b, 0, n*Log[3, 10]}]], # <= 10^n &], {c, 0, n*Log[5, 10]}]], # <= 10^n &]; Table[ Length[ Select[t, # <= 10^n &]], {n, 0, 40}] %Y A106598 Row 3 of A253635. %Y A106598 Cf. A011557, A051037, A071520. %K A106598 nonn %O A106598 0,2 %A A106598 _Robert G. Wilson v_, May 27 2005