login
A075121
First integer reached when starting with n/floor(sqrt(n)) and iterating the map x -> x*ceiling(x) A075120(n) times, or -1 if no integer is ever reached.
3
1, 2, 3, 2, 60, 3, 14, 4, 3, 1484710602474311520, 220, 4, 227370, 560, 5, 4, 218790, 268065, 570, 5, 1008, 33, 1458660, 6, 5
OFFSET
1,2
COMMENTS
a(26) = 9.20120538...*10^191 is too large to be included in Data. - Jinyuan Wang, Jan 15 2022
LINKS
EXAMPLE
n=13: after A075120(13)=3 steps 13/floor(sqrt(13)) = 13/3 -> 65/3 -> 1430/3 -> 227370, therefore a(13)=227370.
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 03 2002
STATUS
approved