Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075812
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075812 Palindromic odd numbers with exactly 2 prime factors (counted with multiplicity). +0
1
9, 33, 55, 77, 111, 121, 141, 161, 303, 323, 393, 505, 515, 535, 545, 565, 707, 717, 737, 767, 939, 949, 959, 979, 989, 1111, 1441, 1661, 1991, 3113, 3223, 3443, 3883, 7117, 7447, 7997, 9119, 9229, 9449, 10001, 10201, 10401, 10801, 10901, 11111 (list; graph; listen)
OFFSET

1,1

EXAMPLE

9=3^2, 33=3*11 and 55=5*11 are palindromic, odd and are products of exactly 2 prime factors.

MAPLE

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

CROSSREFS

Cf. A046315.

Sequence in context: A020226 A111351 A065064 this_sequence A146262 A161430 A046895

Adjacent sequences: A075809 A075810 A075811 this_sequence A075813 A075814 A075815

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 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research