Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075799
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075799 Palindromic numbers which are products of an even number of distinct primes. +0
1
1, 6, 22, 33, 55, 77, 111, 141, 161, 202, 262, 303, 323, 393, 454, 505, 515, 535, 545, 565, 626, 707, 717, 737, 767, 818, 838, 858, 878, 898, 939, 949, 959, 979, 989, 1111, 1441, 1661, 1991, 2002, 2442, 3003, 3113, 3223, 3443, 3883, 4774, 5005, 5115, 6666 (list; graph; listen)
OFFSET

1,2

EXAMPLE

1, 111=3*37 and 858=2*3*11*13 are palindromic and products of an even 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 1 to 7000 do if test(n) then a := [op(a), n]; end; od; a;

CROSSREFS

Cf. A046392, A002385, A069217, A032350, A030229.

Sequence in context: A015709 A020195 A035134 this_sequence A046392 A046408 A123017

Adjacent sequences: A075796 A075797 A075798 this_sequence A075800 A075801 A075802

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research