login
A065758
Numbers m that minimize | k /(k- EulerPhi(k)) - golden ratio phi | when k runs over all the numbers with the same number of digits as m.
1
6, 10, 20, 40, 50, 80, 230, 460, 920, 5278, 10556, 21112, 36946, 42224, 68614, 73892, 84448, 136390, 272780, 545560, 681950, 6718090, 10635086, 21270172, 42540344, 74445602, 85080688, 478006930, 956013860
OFFSET
1,1
COMMENTS
Dual to A065657.
EXAMPLE
abs(10/(10-phi(10))) = 0.0486237 (approximately) is minimal for 2-digit numbers.
abs(460/(460-phi(460))) = 0.00168432 (approximately) is minimal for 3-digit numbers.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Dec 04 2001
EXTENSIONS
a(18)-a(29) from Sean A. Irvine, Sep 12 2023
STATUS
approved