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!)
A256397 Primes congruent to {17, 23} mod 24. 1
17, 23, 41, 47, 71, 89, 113, 137, 167, 191, 233, 239, 257, 263, 281, 311, 353, 359, 383, 401, 431, 449, 479, 503, 521, 569, 593, 599, 617, 641, 647, 719, 743, 761, 809, 839, 857, 863, 881, 887, 911, 929, 953, 977, 983, 1031, 1049, 1097, 1103, 1151, 1193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All these primes do not divide any number of the form 2^k + 3. Therefore, they are not in A256396.
LINKS
FORMULA
MATHEMATICA
Select[Prime@Range[196], MemberQ[{17, 23}, Mod[#, 24]] &]
PROG
(Magma) [p: p in PrimesUpTo(1193) | p mod 24 in {17, 23}];
(PARI) select(p->my(k=p%24); k==17||k==23, primes(1000)) \\ Charles R Greathouse IV, Jun 03 2015
CROSSREFS
Sequence in context: A156567 A231332 A243137 * A139843 A151953 A102874
KEYWORD
nonn
AUTHOR
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 May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)