A100685 Powers of factorials A000142.
1, 2, 4, 6, 8, 16, 24, 32, 36, 64, 120, 128, 216, 256, 512, 576, 720, 1024, 1296, 2048, 4096, 5040, 7776, 8192, 13824, 14400, 16384, 32768, 40320, 46656, 65536, 131072, 262144, 279936, 331776, 362880, 518400, 524288, 1048576, 1679616, 1728000
Offset: 1
Examples
24 = (4!)^1 and 36 = (3!)^2.
Links
Crossrefs
Programs
-
Mathematica
With[{ln = Log[10!]}, Table[With[{f = m!}, Table[f^j, {j, 0, Floor[ln/Log[f]]}]], {m, 2, 10}]] //Flatten //Union
Formula
Sum_{n>=1} 1/a(n) = 1 + A331373. - Amiram Eldar, Nov 21 2021
Comments