A111386 a(1) = 1, a(2) = 3; for n >= 3, take a(n) to be the smallest odd number not occurring earlier such that a(n-1) divides the concatenation a(n-2)a(n).
1, 3, 5, 15, 25, 75, 125, 375, 625, 1875, 3125, 9375, 15625, 46875, 78125, 234375, 390625, 1171875, 1953125, 5859375, 9765625, 29296875, 48828125, 146484375, 244140625, 732421875, 1220703125, 3662109375, 6103515625, 18310546875, 30517578125
Offset: 1
Examples
After 75 the term is 125 since 75 divides 25125.
Crossrefs
Cf. A111387.
Extensions
More terms from R. J. Mathar, Aug 20 2007
a(21)-a(31) from Donovan Johnson, Apr 27 2008
Comments