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.

A103567 Sum of the (primes > 5 modulo 5).

This page as a plain text file.
%I A103567 #18 Sep 01 2024 02:48:14
%S A103567 2,3,6,8,12,15,19,20,22,23,26,28,31,35,36,38,39,42,46,49,53,55,56,59,
%T A103567 61,65,68,70,71,73,77,81,82,84,87,89,92,96,97,98,101,103,107,108,111,
%U A103567 113,117,120,124,125,126,128,131,135,136,138,139,142,145,147,148,151,153
%N A103567 Sum of the (primes > 5 modulo 5).
%H A103567 Vincenzo Librandi, <a href="/A103567/b103567.txt">Table of n, a(n) for n = 1..1000</a>
%F A103567 a(n+1)-a(n) = A039703(n+4).
%t A103567 a = Table[Sum[Mod[Prime[i + 3], 5], {i, 1, n}], {n, 1, 200}]
%t A103567 Accumulate[Mod[#,5]&/@Prime[Range[4,70]]] (* _Harvey P. Dale_, May 31 2014 *)
%Y A103567 Cf. A039703, A103566, A103568-A103572.
%K A103567 nonn,less,easy
%O A103567 1,1
%A A103567 _Roger L. Bagula_, Mar 23 2005