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!)
A139531 Numbers k such that 24*k + 17 is prime. 2
0, 1, 3, 4, 5, 9, 10, 11, 14, 16, 18, 21, 23, 24, 25, 26, 31, 33, 35, 36, 38, 39, 40, 43, 45, 49, 50, 53, 56, 58, 59, 61, 64, 66, 70, 71, 78, 79, 86, 88, 89, 94, 95, 99, 100, 101, 108, 109, 110, 113, 114, 115, 116, 120, 123, 126, 128, 130, 133, 135, 138, 143, 149, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[24 n + 17], AppendTo[a, n]], {n, 0, 200}]; a
Select[Range[0, 200], PrimeQ[24#+17]&] (* Harvey P. Dale, Apr 18 2011 *)
PROG
(Magma) [n: n in [0..200] | IsPrime(24*n+17)]; // Vincenzo Librandi, Apr 19 2011
CROSSREFS
Sequence in context: A362461 A285161 A329781 * A047249 A327257 A228941
KEYWORD
nonn
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 April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)