OFFSET
1,2
COMMENTS
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..43
EXAMPLE
a(5) = 24 because 24/2 = 12, 24/4 = 6, 24 has 8 divisors {1,2,3,4,6,8,12,24}, 24/8 = 3, phi(24) = 8 {1,5,7,11,13,17,19,23} and 24/8 = 3 (all are an integers).
MATHEMATICA
Select[Range[50000000], Divisible[#1, First[IntegerDigits[#1]]] && Divisible[#1, Last[IntegerDigits[#1]]] && Divisible[#1, DivisorSigma[0, #1]] && Divisible[#1, EulerPhi[#1]] & ]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Nov 01 2016
EXTENSIONS
a(24) - a(36) added by G. C. Greubel, Nov 02 2016
STATUS
approved