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!)
A114340 Largest palindromic divisor of n!! (double factorial = A006882(n)). 0
1, 2, 3, 8, 5, 8, 7, 8, 9, 8, 99, 9, 9009, 252, 9009, 252, 9009, 48384, 969969, 48384, 969969, 405504, 969969, 405504, 969969, 405504, 969969, 525525, 969969, 525525, 79833897, 525525, 133464331, 595595, 5273993725, 595595 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A093030(A006882(n)). - Michel Marcus, Oct 13 2022
EXAMPLE
a(16)=252 since 252 is the largest palindromic factor of 16!!= 10321920=252* 40960.
MATHEMATICA
palQ[n_]:= n == FromDigits@Reverse@IntegerDigits@n; Array[Max[Select[Divisors[ #!! ], palQ]] &, 40]
CROSSREFS
Sequence in context: A268392 A154760 A231817 * A126102 A011433 A349824
KEYWORD
base,nonn
AUTHOR
Giovanni Resta, Feb 07 2006
STATUS
approved

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)