A343294 a(n+1) is the smallest preimage k such that A008477(k) = a(n) with a(1) = 100.
100, 1024, 625, 33554432, 2116, 70368744177664
Offset: 1
Examples
a(1) = 100; 1024 = 2^10 so f(1024) = 10^2 = 100: also 5120 = 2^10*5^1 and f(5120) = 10^2*1^5 = 100; we have f(1024) = f(5120) = 100, but as 1024 < 5120, hence g(100) = 1024 and a(2) = 1024. a(2) = 1024 = f(625) = f(1250), but as 625 < 1250, g(1024) = 625 and a(3) = 625.
Comments