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!)
A327325 Integers with palindromic product of divisors. 2
1, 2, 3, 4, 5, 7, 11, 22, 26, 49, 101, 111, 121, 131, 151, 181, 191, 202, 313, 353, 373, 383, 727, 757, 787, 797, 919, 929, 1001, 1111, 2285, 10001, 10201, 10301, 10501, 10601, 11111, 11311, 11411, 12421, 12721, 12821, 13331, 13831, 13931, 14341, 14741, 15451 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers m such that A007955(m) = pod(m) are in A002113.
Corresponding values of pod(a(n)): 1, 2, 3, 8, 5, 7, 11, 484, 676, 343, 101, 12321, 1331, 131, 151, ...
LINKS
EXAMPLE
A007955(49) = 343.
MATHEMATICA
Select[Range[16000], PalindromeQ[#^(DivisorSigma[0, #]/2)] &] (* Amiram Eldar, Aug 31 2019 *)
PROG
(Magma) [m: m in [1..10^5] | Intseq(&*[d: d in Divisors(m)], 10) eq Reverse(Intseq(&*[d: d in Divisors(m)], 10))]
(PARI) isok(n) = my(d=digits(vecprod(divisors(n)))); Vecrev(d) == d; \\ Michel Marcus, Sep 02 2019
CROSSREFS
Sequence in context: A346076 A339357 A279065 * A340252 A324989 A015856
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Aug 30 2019
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 September 15 17:34 EDT 2024. Contains 375938 sequences. (Running on oeis4.)