|
Search: id:A078265
|
|
|
| A078265 |
|
Integer part of the geometric mean of all the distinct numbers formed by permuting the digits of concatenation of numbers from 1 to n. |
|
+0 2
|
|
| 1, 15, 207, 2544, 30091, 347096, 3931343, 43906441, 484912312, 5306957044
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
For n < 10 there are n! distinct numbers. a(4) = Floor[1234*1243*1324*1342*1423*1432*...*4312*4321)^(1/24)]
|
|
EXAMPLE
|
a(3) = Floor[{123*132*213*231*312*321)^(1/6)] = 207
|
|
MATHEMATICA
|
a[n_] := Floor[ (Times @@ FromDigits /@ Permutations[Range[n]])^(1/n!) ]; Table[a[n], {n, 1, 10}] - Ryan Propper (rpropper(AT)stanford.edu), Jul 21 2006
|
|
CROSSREFS
|
Cf. A071268, A078266.
Adjacent sequences: A078262 A078263 A078264 this_sequence A078266 A078267 A078268
Sequence in context: A093747 A061637 A063906 this_sequence A089138 A051813 A028230
|
|
KEYWORD
|
base,more,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 24 2002
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Jul 21 2006
|
|
|
Search completed in 0.002 seconds
|