cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A242127 a(n) = n-th prime modulo 29.

This page as a plain text file.
%I A242127 #11 Dec 13 2024 10:25:05
%S A242127 2,3,5,7,11,13,17,19,23,0,2,8,12,14,18,24,1,3,9,13,15,21,25,2,10,14,
%T A242127 16,20,22,26,11,15,21,23,4,6,12,18,22,28,5,7,17,19,23,25,8,20,24,26,1,
%U A242127 7,9,19,25,2,8,10,16,20,22,3,17,21,23,27,12,18,28,1,5,11
%N A242127 a(n) = n-th prime modulo 29.
%H A242127 Vincenzo Librandi, <a href="/A242127/b242127.txt">Table of n, a(n) for n = 1..1000</a>
%F A242127 Sum_k={1..n} a(k) ~ (29/2)*n. - _Amiram Eldar_, Dec 13 2024
%t A242127 Mod[Prime[Range[100]], 29]
%o A242127 (Magma) [p mod(29): p in PrimesUpTo(500)];
%o A242127 (Sage) [mod(p, 29) for p in primes(500)] # _Bruno Berselli_, May 05 2014
%Y A242127 Cf. similar sequences listed in A242119.
%K A242127 nonn,easy
%O A242127 1,1
%A A242127 _Vincenzo Librandi_, May 05 2014