|
|
A104744
|
|
Round(1000*x), where x is the solution to x = 5^(n-x).
|
|
1
|
|
|
470, 1000, 1678, 2445, 3265, 4120, 5000, 5897, 6808, 7729, 8659, 9595, 10537, 11483, 12434, 13388, 14345, 15305, 16267, 17231, 18197, 19165, 20134, 21105, 22077, 23050, 24025, 25000, 25976, 26953, 27931
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
COMMENTS
|
x is approximately n^2/(n+log_5(n)) and x=5^k for n=k+5^k; more generally, solution to x=m^(n-x)is approximately n^2/(n+log_m(n)) and x=m^k for n=k+m^k. Cases m=2,3 A103354, A103537.
|
|
LINKS
|
|
|
FORMULA
|
a(n)=round(1000*x), x = 5^(n-x).
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|