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!)
A176548 Non-semiprimes whose reversal is a prime. 0
2, 3, 5, 7, 11, 13, 16, 17, 20, 30, 31, 32, 37, 50, 70, 71, 73, 76, 79, 92, 97, 98, 101, 104, 107, 110, 112, 113, 124, 125, 128, 130, 131, 136, 140, 149, 151, 152, 157, 160, 164, 167, 170, 172, 175, 179, 181, 182, 188, 191, 196, 199, 200, 300, 310, 311, 313, 316 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A100959 := proc(n) option remember ; if n <= 3 then n ; else for a from procname(n-1)+1 do if numtheory[bigomega](a) <> 2 then return a; end if; end do: end if: end proc: read("transforms") ; for n from 1 to 300 do c := A100959(n) ; if isprime(digrev(c)) then printf("%d, ", c) ; end if; end do: # R. J. Mathar, Apr 27 2010
MATHEMATICA
Select[Range[400], PrimeOmega[#]!=2&&PrimeQ[FromDigits[Reverse[ IntegerDigits[ #]]]]&] (* Harvey P. Dale, Jan 03 2015 *)
CROSSREFS
Cf. A100959.
Sequence in context: A084111 A171474 A323520 * A020625 A033633 A242119
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected (20, 30, 50, 70, 76, 92, 110, 128, etc. inserted) by R. J. Mathar, Apr 27 2010
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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)