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!)
A075800 Palindromic numbers which are products of an odd number of distinct primes. 1
2, 3, 5, 7, 11, 66, 101, 131, 151, 181, 191, 222, 282, 313, 353, 373, 383, 434, 474, 494, 555, 595, 606, 646, 727, 757, 777, 787, 797, 919, 929, 969, 1001, 1221, 1551, 1771, 2222, 2882, 3333, 3553, 4334, 4994, 5335, 5555, 5665, 5885, 5995, 6006, 6226, 6446 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
191 is palindromic and prime, 222=2*3*37 is palindromic and a product of 3 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
Sequence in context: A004089 A092791 A070892 * A067909 A323697 A103850
KEYWORD
nonn,base
AUTHOR
Jani Melik, Oct 13 2002
EXTENSIONS
Edited by Dean Hickerson, Oct 21 2002
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 July 16 04:20 EDT 2024. Contains 374343 sequences. (Running on oeis4.)