OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Distinct Prime Factors
EXAMPLE
The irregular triangle begins:
1: {0}
2: {1}
3: {2}
4: {1}
5: {3}
6: {1, 2}
7: {4}
8: {1}
9: {2}
10: {1, 3}
11: {5}
12: {1, 2}
MATHEMATICA
Flatten[Table[PrimePi[FactorInteger[n][[All, 1]]], {n, 1, 62}]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Ilya Gutkovskiy, May 05 2018
STATUS
approved