login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A243290
The index of the greatest prime dividing the n-th squarefree number: a(n) = A061395(A005117(n)).
4
0, 1, 2, 3, 2, 4, 3, 5, 6, 4, 3, 7, 8, 4, 5, 9, 6, 10, 3, 11, 5, 7, 4, 12, 8, 6, 13, 4, 14, 9, 15, 7, 16, 5, 8, 10, 17, 18, 11, 6, 5, 19, 9, 4, 20, 21, 12, 5, 6, 22, 13, 23, 7, 14, 10, 24, 6, 11, 15, 8, 25, 26, 7, 27, 4, 16, 28, 29, 5, 12
OFFSET
1,3
LINKS
FORMULA
For all n>1, a(n) = A070939(A048672(n)).
MATHEMATICA
Table[PrimePi[FactorInteger[k][[-1, 1]]], {k, Select[Range[120], SquareFreeQ]}] (* Amiram Eldar, Mar 04 2024 *)
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 03 2014
STATUS
approved