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.
%I A038361 #7 Jan 12 2021 21:32:55 %S A038361 5,16,33,56,85,126,173,226,285,356,439,528,629,736,849,980,1117,1266, %T A038361 1433,1606,1785,1976,2173,2400,2633,2872,3123,3380,3643,3912,4193, %U A038361 4486,4797,5114,5461,5814,6173,6556,6945,7346,7765,8196,8639,9088 %N A038361 Partial sums of primes congruent to 5 mod 6. %H A038361 Harvey P. Dale, <a href="/A038361/b038361.txt">Table of n, a(n) for n = 1..1000</a> %e A038361 a(4) = 56 = 5+11+17+23. %t A038361 Accumulate[Select[Prime[Range[100]],Mod[#,6]==5&]] (* _Harvey P. Dale_, May 28 2013 *) %Y A038361 Partial sums of A007528. %K A038361 easy,nonn %O A038361 1,1 %A A038361 Den Roussel (DenRoussel(AT)webtv.net)