(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences® (OEIS®)
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!)

Revision History for A181604

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A181604 Twin primes ending in 3.
(history; published version)
#8 by R. J. Mathar at Tue Feb 14 10:36:49 EST 2017
STATUS

editing

approved

#7 by R. J. Mathar at Tue Feb 14 10:36:43 EST 2017
MAPLE

isA181604 := proc(p)

if isprime(p) and (isprime(p-2) or isprime(p+2)) then

if modp(p, 10) = 3 then

true;

else

false;

end if ;

else

false;

end if;

end proc: # R. J. Mathar, Feb 14 2017

STATUS

approved

editing

#6 by Jon E. Schoenfield at Mon Jul 13 22:37:59 EDT 2015
STATUS

editing

approved

#5 by Jon E. Schoenfield at Mon Jul 13 22:37:57 EDT 2015
MATHEMATICA

Select[Prime@Range@700, Mod[ #, 10] == 3 && (PrimeQ[ # - 2] || PrimeQ[ # + 2]) &] [From _]) &] (* _Robert G. Wilson v_, Nov 06 2010] *)

STATUS

approved

editing

#4 by Charles R Greathouse IV at Tue Mar 11 01:34:17 EDT 2014
LINKS

O. Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>

Discussion
Tue Mar 11 01:34
OEIS Server: https://oeis.org/edit/global/2123
#3 by Russ Cox at Fri Mar 30 17:34:04 EDT 2012
AUTHOR

_Omar E. Pol (info(AT)polprimos.com), _, Nov 01 2010

Discussion
Fri Mar 30 17:34
OEIS Server: https://oeis.org/edit/global/157
#2 by Russ Cox at Fri Mar 30 17:31:31 EDT 2012
MATHEMATICA

Select[Prime@Range@700, Mod[ #, 10] == 3 && (PrimeQ[ # - 2] || PrimeQ[ # + 2]) &] [From _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Nov 06 2010]

EXTENSIONS

More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Nov 06 2010

Discussion
Fri Mar 30 17:31
OEIS Server: https://oeis.org/edit/global/156
#1 by N. J. A. Sloane at Wed Nov 10 03:00:00 EST 2010
NAME

Twin primes ending in 3.

DATA

3, 13, 43, 73, 103, 193, 283, 313, 433, 463, 523, 643, 823, 883, 1033, 1063, 1093, 1153, 1303, 1453, 1483, 1723, 1873, 1933, 2083, 2113, 2143, 2383, 2593, 2713, 2803, 3253, 3373, 3463, 3583, 3673, 3823, 3853, 4003, 4093, 4243, 4273, 4423, 4483, 4723, 4933

OFFSET

1,1

LINKS

O. E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>

MATHEMATICA

Select[Prime@Range@700, Mod[ #, 10] == 3 && (PrimeQ[ # - 2] || PrimeQ[ # + 2]) &] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 06 2010]

CROSSREFS

Cf. A001097, A181603, A181605, A181606.

KEYWORD

base,nonn,new

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Nov 01 2010

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 06 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 September 7 23:15 EDT 2024. Contains 375749 sequences. (Running on oeis4.)