login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274202 Primes congruent to 31 mod 65. 1
31, 421, 811, 941, 1201, 1721, 2111, 2371, 3541, 3671, 3931, 4451, 5101, 5231, 5881, 6011, 6271, 6661, 6791, 8221, 8741, 9001, 9391, 9521, 9781, 10301, 10691, 11471, 11731, 12251, 12511, 12641, 13291, 13421, 13681, 14071, 14461, 14591, 14851, 15241, 15761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A030430 and A102732.
LINKS
MATHEMATICA
Select[Prime[Range[2000]], MemberQ[{31}, Mod[#, 65]] &]
Select[Range[31, 16000, 65], PrimeQ] (* Harvey P. Dale, May 06 2018 *)
PROG
(Magma) [p: p in PrimesUpTo(20000) | p mod 65 eq 31];
CROSSREFS
Cf. similar sequences of the type primes congruent to k mod 2*k+3: A045392 (k=2), A102732 (k=5), A138629 (k=7), A141873 (k=8), A141914 (k=10), A141935 (k=11), A141989 (k=13), A142018 (k=14), A142086 (k=16), A142126 (k=17), A142216 (k=19), A142269 (k=20), A142373 (k=22), A142433 (k=23), A142555 (k=25), A142619 (k=26), A142755 (k=28), A142827 (k=29), this sequence (k=31), A154621 (k=32), A154624 (k=34), A154628 (k=35).
Sequence in context: A175355 A068658 A068672 * A352606 A089561 A134072
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 13 2016
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 December 7 11:41 EST 2023. Contains 367656 sequences. (Running on oeis4.)