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!)
A132288 Mirror odd numbers with only two prime divisor. 1
33, 55, 77, 1111, 1441, 1661, 1991, 3113, 3223, 3443, 3883, 7117, 7447, 7997, 9119, 9229, 9449, 100001, 103301, 104401, 107701, 113311, 115511, 116611, 124421, 125521, 130031, 136631, 139931, 146641, 152251, 157751, 160061, 163361, 164461, 169961, 170071 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
One of these divisors is number 11 and the second is A132287(n).
LINKS
PROG
(PARI) lista(nn) = {for(n=1, nn, if (ismo(n) && (bigomega(n) == 2), print1(n, ", "); ); ); } \\ Michel Marcus, Nov 05 2013
CROSSREFS
Sequence in context: A024628 A061864 A075810 * A242605 A351396 A350598
KEYWORD
base,nonn
AUTHOR
Artur Jasinski, Aug 16 2007
EXTENSIONS
More terms from Michel Marcus, Nov 05 2013
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 12:51 EDT 2024. Contains 374349 sequences. (Running on oeis4.)