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.

A103570 Sum of the (primes > 5 modulo 13).

This page as a plain text file.
%I A103570 #13 Sep 01 2024 02:35:14
%S A103570 7,18,18,22,28,38,41,46,57,59,63,71,72,79,88,90,96,104,105,110,121,
%T A103570 127,137,149,152,157,166,176,177,184,193,199,207,208,215,226,230,240,
%U A103570 252,261,272,274,278,281,283,289,297,309,314,321,325,335,338,347,358,362
%N A103570 Sum of the (primes > 5 modulo 13).
%F A103570 a(n+1)-a(n) = A039711(n+4).
%t A103570 a = Table[Sum[Mod[Prime[i + 3], 13], {i, 1, n}], {n, 1, 200}]
%Y A103570 Cf. A039711, A103566-A103569, A103571-A103572.
%K A103570 nonn,less,easy
%O A103570 1,1
%A A103570 _Roger L. Bagula_, Mar 23 2005