The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the 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!)
A139528 Numbers n such that numbers 24n+11 are primes. 2
0, 2, 3, 4, 5, 7, 9, 10, 14, 17, 18, 19, 20, 23, 24, 27, 28, 34, 39, 40, 42, 45, 48, 49, 52, 53, 54, 59, 60, 62, 63, 65, 67, 69, 74, 75, 79, 80, 82, 83, 84, 87, 93, 94, 97, 100, 102, 105, 107, 112, 117, 118, 122, 123, 125, 128, 133, 135, 137, 138, 139, 140, 144, 145, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[24 n + 11], AppendTo[a, n]], {n, 0, 200}]; a
Select[Range[0, 200], PrimeQ[24#+11]&] (* Harvey P. Dale, Apr 08 2013 *)
PROG
(Magma) [n: n in [0..150] |IsPrime(24*n+11)]; // Vincenzo Librandi, Apr 09 2013
CROSSREFS
Sequence in context: A307002 A274583 A055600 * A178434 A267439 A262691
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Apr 25 2008
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 June 12 21:26 EDT 2024. Contains 373360 sequences. (Running on oeis4.)