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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075809 Palindromic even numbers with an odd number of distinct prime factors. 0
2, 66, 222, 282, 434, 474, 494, 606, 646, 2222, 2882, 4334, 4994, 6006, 6226, 6446, 6886, 8338, 8558, 8778, 8998, 20002, 20202, 20702, 20802, 20902, 22222, 22922, 24042, 24342, 24542, 24742, 24942, 26062, 26162, 26462, 28082, 28182, 28282 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

66=2*3*11, 222=2*3*37 and 282=2*3*47 are palindromic, even and products of an odd number of distinct primes.

MAPLE

test := proc(n) local d; d := convert(n, base, 10); return ListTools[Reverse](d)=d and numtheory[mobius](n)=-1; end; a := []; for n from 2 to 30000 by 2 do if test(n) then a := [op(a), n]; end; od; a;

CROSSREFS

Cf. A053858.

Sequence in context: A003821 A055765 A098089 * A131472 A098532 A159716

Adjacent sequences:  A075806 A075807 A075808 * A075810 A075811 A075812

KEYWORD

nonn,base

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Oct 13 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Oct 21 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 19:13 EST 2012. Contains 206085 sequences.