login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071786 In prime factorization of n replace each prime by its reversal (in decimal notation). 10
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 31, 14, 15, 16, 71, 18, 91, 20, 21, 22, 32, 24, 25, 62, 27, 28, 92, 30, 13, 32, 33, 142, 35, 36, 73, 182, 93, 40, 14, 42, 34, 44, 45, 64, 74, 48, 49, 50, 213, 124, 35, 54, 55, 56, 273, 184, 95, 60, 16, 26, 63, 64, 155, 66, 76, 284, 96, 70, 17, 72 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The range of A007500 is a subset of the range of this sequence. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 06 2009]

a(A000040(n)) = A004087(n).

LINKS

N. J. A. Sloane, Table of n, a(n) for n = 1..10000

FORMULA

Multiplicative with a(p) = A004086(p), p prime.

EXAMPLE

a(143)=a(11*13)=a(11)*a(13)=11*31=341.

MAPLE

read("transforms") ; A071786 := proc(n) local ifs, a, d ; ifs := ifactors(n)[2] ; a := 1 ; for d in ifs do a := a*digrev(op(1, d))^op(2, d) ; od: a ; end: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 16 2009]

PROG

(Haskell)

a071786 = product . map a004086 . a027746_row

-- Reinhard Zumkeller, Oct 14 2011

CROSSREFS

Cf. A151764, A161594, A151765. For records see A151766, A151767.

Cf. A151768 (complement).

Cf. A027746.

Sequence in context: A032947 A039210 A061921 * A151766 A004852 A078546

Adjacent sequences:  A071783 A071784 A071785 * A071787 A071788 A071789

KEYWORD

nonn,base,mult

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 06 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:23 EST 2012. Contains 205904 sequences.