Numbers n such that n = Sum_{j>=1} c(j) where c(0) = n, c(j) = floor(c(j-1)/10^k)*(c(j-1) mod 10^k) for j>0, and k is half the number of digits of n, rounded up if the number of digits of n is odd.

A258584

Numbers n such that n = Sum_{j>=1} c(j) where c(0) = n, c(j) = floor(c(j-1)/10^k)*(c(j-1) mod 10^k) for j>0, and k is half the number of digits of n, rounded up if the number of digits of n is odd.

Terms

    a(0) =86a(1) =860a(2) =1975a(3) =2160a(4) =3575a(5) =19750a(6) =21600a(7) =35750a(8) =43614a(9) =51884a(10) =65625a(11) =479900a(12) =868688a(13) =967750a(14) =1435575a(15) =1548384a(16) =1696875a(17) =4799000a(18) =8686880a(19) =9677500a(20) =28874200a(21) =34095100a(22) =38748800a(23) =39214560a(24) =47613625a(25) =53415625a(26) =148385715a(27) =156293216a(28) =288742000a(29) =340951000

External references