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.

A103566 Sum of the primes > 5 modulo 3.

This page as a plain text file.
%I A103566 #15 Sep 01 2024 02:48:00
%S A103566 1,3,4,6,7,9,11,12,13,15,16,18,20,22,23,24,26,27,28,30,32,33,35,36,38,
%T A103566 39,41,42,44,46,47,49,50,51,52,54,56,58,59,61,62,64,65,66,67,69,70,72,
%U A103566 74,75,77,79,81,83,84,85,87,88,90,91,93,94,96,97,98,100,101,103,105,106
%N A103566 Sum of the primes > 5 modulo 3.
%F A103566 a(n+1)-a(n) = A039701(n+4) (first differences).
%F A103566 a(n) = A120326(n+3) - 4. - _Jason Yuen_, Sep 01 2024
%t A103566 a = Table[Sum[Mod[Prime[i + 3], 3], {i, 1, n}], {n, 1, 200}]
%t A103566 Accumulate[Mod[Prime[Range[4,80]],3]] (* _Harvey P. Dale_, Aug 04 2013 *)
%Y A103566 Cf. A039701, A103567-A103572, A120326.
%K A103566 nonn,less,easy
%O A103566 1,2
%A A103566 _Roger L. Bagula_, Mar 23 2005