login
A088851
Products of integers whose digits are permutations of 1, 2, 3, ..., n.
0
1, 252, 80007417506016, 5449713849337046134829195826736453289707341263020311856620421864359893115203485696
OFFSET
1,2
COMMENTS
The next term (a(5)) has 538 digits. - Harvey P. Dale, Jul 05 2019
EXAMPLE
a(3) = 123*132*213*231*312*321 = 80007417506016
MATHEMATICA
Table[Times@@FromDigits/@Permutations[Range[n]], {n, 5}] (* Harvey P. Dale, Jul 05 2019 *)
CROSSREFS
Sequence in context: A010331 A362888 A172690 * A373916 A244168 A002289
KEYWORD
easy,nonn,base
AUTHOR
Jonas Wallgren, Nov 24 2003
STATUS
approved