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!)
A354084 Primes p such that p mod 6 = p mod 8. 0
2, 3, 5, 29, 53, 73, 97, 101, 149, 173, 193, 197, 241, 269, 293, 313, 317, 337, 389, 409, 433, 457, 461, 509, 557, 577, 601, 653, 673, 677, 701, 769, 773, 797, 821, 937, 941, 1009, 1013, 1033, 1061, 1109, 1129, 1153, 1181, 1201, 1229, 1249, 1277, 1297, 1301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding moduli: 2, 3, 5, 5, 5, 1, 1, 5, 5, 5, 1, 5, 1, 5, 5, 1, 5, 1, 5, 1, 1, 1, 5, 5, 5, 1, 1, 5, 1, 5, 5, 1, 5, 5, 5, 1, 5, 1, 5, 1, 5, 5, 1, 1, 5, 1.
After 3 - only ones and fives.
LINKS
MATHEMATICA
s = {}; p = 2; Do[If[Mod[p, 6] == Mod[p, 8], AppendTo[s, p]]; p = NextPrime[p], {200}]; s
CROSSREFS
Sequence in context: A038962 A309179 A019400 * A331399 A084599 A062167
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 05 2022
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 July 13 02:27 EDT 2024. Contains 374260 sequences. (Running on oeis4.)