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!)
A242122 Primes modulo 22. 2

%I #8 Sep 08 2022 08:46:08

%S 2,3,5,7,11,13,17,19,1,7,9,15,19,21,3,9,15,17,1,5,7,13,17,1,9,13,15,

%T 19,21,3,17,21,5,7,17,19,3,9,13,19,3,5,15,17,21,1,13,3,7,9,13,19,21,9,

%U 15,21,5,7,13,17,19,7,21,3,5,9,1,7,17,19,1,7,15

%N Primes modulo 22.

%H Vincenzo Librandi, <a href="/A242122/b242122.txt">Table of n, a(n) for n = 1..1000</a>

%t Mod[Prime[Range[100]], 22]

%o (Magma) [p mod(22): p in PrimesUpTo(500)];

%o (Sage) [mod(p, 22) for p in primes(500)] # _Bruno Berselli_, May 05 2014

%Y Cf. similar sequences listed in A242119.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, May 05 2014

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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)