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.

A103569 Sum of the (primes > 5 modulo 11).

This page as a plain text file.
%I A103569 #15 Sep 01 2024 02:37:18
%S A103569 7,7,9,15,23,24,31,40,44,52,62,65,74,78,84,85,90,97,99,105,106,115,
%T A103569 117,121,129,139,142,148,158,163,170,176,184,187,196,198,206,209,214,
%U A103569 218,224,234,235,237,240,247,256,258,266,276,285,289,299,304,311,313,319
%N A103569 Sum of the (primes > 5 modulo 11).
%F A103569 a(n+1)-a(n) = A039709(n+4).
%t A103569 a = Table[Sum[Mod[Prime[i + 3], 11], {i, 1, n}], {n, 1, 200}]
%t A103569 Accumulate[Mod[Prime[Range[4,60]],11]] (* _Harvey P. Dale_, Aug 24 2017 *)
%Y A103569 Cf. A039709, A103566-A103568, A103570-A103572.
%K A103569 nonn,less,easy
%O A103569 1,1
%A A103569 _Roger L. Bagula_, Mar 23 2005