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!)
A242121 Primes modulo 21. 2
2, 3, 5, 7, 11, 13, 17, 19, 2, 8, 10, 16, 20, 1, 5, 11, 17, 19, 4, 8, 10, 16, 20, 5, 13, 17, 19, 2, 4, 8, 1, 5, 11, 13, 2, 4, 10, 16, 20, 5, 11, 13, 2, 4, 8, 10, 1, 13, 17, 19, 2, 8, 10, 20, 5, 11, 17, 19, 4, 8, 10, 20, 13, 17, 19, 2, 16, 1, 11, 13, 17, 2, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Mod[Prime[Range[100]], 21]
PROG
(Magma) [p mod(21): p in PrimesUpTo(500)];
(PARI) a(n) = prime(n) % 21; \\ Michel Marcus, May 05 2014
(Sage) [mod(p, 21) for p in primes(500)] # Bruno Berselli, May 05 2014
CROSSREFS
Cf. similar sequences listed in A242119.
Sequence in context: A229786 A242122 A074721 * A242120 A259277 A152073
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, May 05 2014
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)