A083957 a(n) = product of all cyclic permutation of concatenation of first n numbers. In each case the digits of a number are kept together for n>9.
1, 252, 8864856, 40638618022744, 23098236228791472696480, 1568841035670687222903484318855680, 12397389650957442295025809189993580551236444160
Offset: 1
Examples
a(1) = 1, a(2) = 12*21 = 252, a(3) = 123*231*312 = 8864856.
Extensions
More terms from David Wasserman, Dec 03 2004
Comments