login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 1

%I #11 Nov 18 2018 10:35:35

%S 1,15,207,2544,30091,347096,3931343,43906441,484912312,5306957044

%N Integer part of the geometric mean of all the distinct numbers formed by permuting the digits of concatenation of numbers from 1 to n.

%C For n < 10 there are n! distinct numbers.

%e a(3) = floor((123*132*213*231*312*321)^(1/6)) = floor(207.581...) = 207.

%e a(4) = floor(1234*1243*1324*1342*1423*1432*...*4312*4321)^(1/24)) = floor(2544.967...) = 2544.

%t a[n_] := Floor[ (Times @@ FromDigits /@ Permutations[Range[n]])^(1/n!) ]; Table[a[n], {n, 1, 10}] (* _Ryan Propper_, Jul 21 2006 *)

%Y Cf. A071268, A078266.

%K base,more,nonn

%O 1,2

%A _Amarnath Murthy_, Nov 24 2002

%E More terms from _Ryan Propper_, Jul 21 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)