OFFSET
1,2
COMMENTS
LINKS
Jianing Song, Table of n, a(n) for n = 1..36902 (all terms <= 50000)
EXAMPLE
15 is a term since the number of steps needed to reach 0 of the iteration x -> x - gpf(x) starting at 15 is 3: 15 -> 10 -> 5 -> 0, and 3 = 15/gpf(15).
PROG
(PARI) isA356438(n) = if(n>1, my(p=vecmax(factor(n)[, 1])); n/p<nextprime(p+1), 1)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jianing Song, Aug 07 2022
STATUS
approved