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.

A103571 Sum of the (primes > 5 modulo 17).

This page as a plain text file.
%I A103571 #11 Sep 01 2024 03:55:22
%S A103571 7,18,31,31,33,39,51,65,68,75,84,97,99,107,117,133,136,141,152,167,
%T A103571 171,183,199,200,205,212,223,231,243,244,247,260,275,279,289,303,306,
%U A103571 315,326,330,336,346,358,365,367,373,381,393,394,397,410,412,420,434,450
%N A103571 Sum of the (primes > 5 modulo 17).
%F A103571 a(n+1)-a(n) = A039715(n+4).
%t A103571 a = Table[Sum[Mod[Prime[i + 3], 17], {i, 1, n}], {n, 1, 200}]
%Y A103571 Cf. A039715, A103566-A103570, A103572.
%K A103571 nonn,less,easy
%O A103571 1,1
%A A103571 _Roger L. Bagula_, Mar 23 2005