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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066985 Reflective numbers: n such that the decimal encoding of the prime factorization of n (A067599) is palindronomic. 0
4, 11, 13, 17, 19, 27, 72, 199, 242, 529, 800, 841, 1151, 1171, 1181, 1303, 1352, 1373, 1469, 1747, 1777, 1787, 1922, 1949, 1979, 1999, 2321, 3125, 3362, 3421, 3887, 3993, 4069, 4096, 4232, 5389, 5766, 6272, 7442, 7961, 7969, 8921, 10021, 10082, 10469 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

EXAMPLE

The decimal encoding of the prime factorization 13^1 * 313^1 of 4069 is 1313131, which is palindronomic. So 4069 is a term of the sequence.

MATHEMATICA

f[n_] := Flatten[IntegerDigits[FactorInteger[n]]]; Select[Range[2, 11000], f[ # ] == Reverse[f[ # ]] &]

CROSSREFS

Cf. A067599, A067598.

Sequence in context: A014449 A098060 A154040 * A095797 A205846 A204542

Adjacent sequences:  A066982 A066983 A066984 * A066986 A066987 A066988

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 01 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 08 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 17 11:35 EST 2012. Contains 206011 sequences.