[go: up one dir, main page]

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 A132238 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A132238 Primes congruent to {11, 13} mod 30.
(history; published version)
#11 by Charles R Greathouse IV at Thu Sep 08 08:45:31 EDT 2022
PROG

(MAGMAMagma) [ p: p in PrimesUpTo(1300) | p mod 30 in {11, 13} ]; // Vincenzo Librandi, Aug 14 2012

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#10 by Charles R Greathouse IV at Tue Mar 11 01:34:09 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
#9 by Charles R Greathouse IV at Thu Nov 21 12:49:06 EST 2013
MATHEMATICA

Select[Prime[Range[200]], MemberQ[{11, 13}, Mod[#, 30]]&] (* From ]]&] (* _Harvey P. Dale, _, Mar 12 2011 *)

Discussion
Thu Nov 21 12:49
OEIS Server: https://oeis.org/edit/global/2062
#8 by Joerg Arndt at Tue Aug 14 15:51:31 EDT 2012
STATUS

proposed

approved

#7 by Vincenzo Librandi at Tue Aug 14 15:50:20 EDT 2012
STATUS

editing

proposed

#6 by Vincenzo Librandi at Tue Aug 14 15:50:13 EDT 2012
LINKS

Vincenzo Librandi, <a href="/A132238/b132238.txt">Table of n, a(n) for n = 1..1000</a>

Vincenzo Librandi, <a href="/A132238/b132238.txt">Table of n, a(n) for n = 1..1000</a>

#5 by Vincenzo Librandi at Tue Aug 14 15:49:35 EDT 2012
LINKS

Vincenzo Librandi, <a href="/A132238/b132238.txt">Table of n, a(n) for n = 1..1000</a>

PROG

(MAGMA) [ p: p in PrimesUpTo(1300) | p mod 30 in {11, 13} ]; // Vincenzo Librandi, Aug 14 2012

CROSSREFS

Cf. A000040, A001097, A001359, A006512, A039949, A068231.

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:33:49 EDT 2012
AUTHOR

_Omar E. Pol (info(AT)polprimos.com), _, Aug 15 2007

Discussion
Fri Mar 30 17:33
OEIS Server: https://oeis.org/edit/global/157
#3 by Harvey P. Dale at Sat Mar 12 09:44:31 EST 2011
STATUS

proposed

approved

#2 by Harvey P. Dale at Sat Mar 12 09:44:17 EST 2011
MATHEMATICA

Select[Prime[Range[200]], MemberQ[{11, 13}, Mod[#, 30]]&] (* From Harvey P. Dale, Mar 12 2011 *)

STATUS

approved

proposed

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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)