OFFSET
1,1
COMMENTS
Solutions to Diophantine equation P(k) = K(k), where P(k) is the largest prime which divides k and K(k) is the Kempner function A002034.
REFERENCES
P. Erdős and C. Ashbacher, Thoughts of Pal Erdos on Some Smarandache Notions, Smarandache Notions Journal, Vol. 8, No. 1-2-3, 1997, 220-224.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
FORMULA
a(n) ~ n. - Charles R Greathouse IV, Sep 20 2012
MATHEMATICA
Select[Range[2, 100], Divisible[FactorInteger[#][[-1, 1]]!, #] &] (* Amiram Eldar, May 23 2024 *)
PROG
(PARI) is(n)=my(s=factor(n)[, 1]); s[#s]!%n==0 \\ Charles R Greathouse IV, Sep 20 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Charles T. Le (charlestle(AT)yahoo.com)
EXTENSIONS
Corrected and extended by Naohiro Nomoto, Jul 14 2001
STATUS
approved