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!)
A082941 a(n) is the odd-length palindrome whose digits up to the center are those of n and whose center digit is equal to the digital root of the product of the factorial of n and the reverse of n. 1
111, 242, 393, 494, 595, 696, 797, 898, 999, 10901, 11911, 12921, 13931, 14941, 15951, 16961, 17971, 18981, 19991, 20902, 21912, 22922, 23932, 24942, 25952, 26962, 27972, 28982, 29992, 30903, 31913, 32923, 33933, 34943, 35953, 36963, 37973, 38983, 39993, 40904, 41914, 42924, 43934, 44944 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Center digit is 9 from the third term onwards.
LINKS
J.W.L. (Jan) Eerland, Table of n, a(n) for n = 1..4999
EXAMPLE
a(9) = 9!*9! = 362880*362880 = 131681894400. 1+3+1+6+8+1+8+9+4+4+0+0 = 45. 4+5 = 9.
a(6) = 6!*6! = 518400. 5+1+8+4+0+0 = 18. 1+8 = 9.
MATHEMATICA
DeleteCases[ParallelTable[If[OddQ[Length[IntegerDigits[n]]]&&PalindromeQ[n]&&Part[IntegerDigits[n], Ceiling[(Length[IntegerDigits[n]])/2]]==FixedPoint[Total[IntegerDigits[#]]&, Factorial[Floor[n/10^Ceiling[Length[IntegerDigits[n]]/2]]]^2], n, a], {n, 100, 10^8}], a] (* J.W.L. (Jan) Eerland, Dec 26 2021 *)
CROSSREFS
Cf. A082940.
Subsequence of A002113.
Sequence in context: A177769 A074842 A180115 * A029486 A097650 A271312
KEYWORD
nonn,base,less
AUTHOR
Meenakshi Srikanth (menakan_s(AT)yahoo.com), Apr 30 2003
EXTENSIONS
More terms from J.W.L. (Jan) Eerland, Dec 26 2021
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)