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!)
A071678 GCD of n! and the reverse of n!. 0

%I #5 Oct 15 2013 22:31:23

%S 1,2,6,6,3,9,45,1152,189,189,99,594,594,198,99,198,99,594,99,378378,

%T 45045,99,396,30294,2279277,14256,3267,1089,6336,9702,20196,6534,396,

%U 11088,20117097,99,99,6318675,594,21978,1089,297,2178,594,1683,1485

%N GCD of n! and the reverse of n!.

%F a(n)=A055483[n! ]

%e n=7, a(7)=GCD[5040,405]=45.

%t nd[x_, y_] := 10*x+y tn[x_] := Fold[nd, 0, x] ed[x_] := IntegerDigits[x] red[x_] := Reverse[IntegerDigits[x]] Table[GCD[w!, tn[red[w! ]]], {w, 1, 128}]

%Y Cf. A055483.

%K base,nonn

%O 1,2

%A _Labos Elemer_, May 31 2002

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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)