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!)
A242124 Primes modulo 26. 2

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

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

%T 25,3,5,9,23,1,7,9,19,21,1,7,11,17,23,25,9,11,15,17,3,15,19,21,25,5,7,

%U 17,23,3,9,11,17,21,23,7,21,25,1,5,19,25,9,11,15,21

%N Primes modulo 26.

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

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

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

%o (Sage) [mod(p, 26) 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)