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 A152010 #20 Dec 18 2022 07:04:39 %S A152010 14,17,7,6,9,3,6,9,7,7,12,12,10,15,6,15,15,8,12,21,12,21,10,18,24,19, %T A152010 21,4,12,6,11,15,12,18,6,12,9,13,13,12,17,11,14,11,21,11,18,10,14,20, %U A152010 8,16,4,10,16,12,15,14,15,15,17,18,11,21,15,15,17,20,12,18,3,15,20,9,21,10,6 %N A152010 Sum of digits of A127335(n). %F A152010 a(n) = A007953( A127335(n) ). [_Joerg Arndt_, Aug 28 2013] %t A152010 Table[Apply[Plus, IntegerDigits[Sum[Prime[n + m], {m, 0, 7}]]], {n, 1, 100}] %K A152010 nonn,less,base %O A152010 1,1 %A A152010 _E.J.P. Vening_ and _Roger L. Bagula_, Nov 19 2008