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.

A062132 Digit sums of the primes resulting from A061248.

This page as a plain text file.
%I A062132 #13 Oct 26 2019 17:44:45
%S A062132 2,3,5,7,8,10,11,14,16,17,19,20,22,23,25,26,28,29,31,32,35,37,38,40,
%T A062132 41,43,44,46,47,49,50,52,53,55,56,58,59,61,62,64,65,67,68,71,73,74,76,
%U A062132 77,79,80,82,83,85,86,88,89,91,92,95,97,98,100,101,103,104
%N A062132 Digit sums of the primes resulting from A061248.
%H A062132 Eric M. Schmidt, <a href="/A062132/b062132.txt">Table of n, a(n) for n = 1..1000</a>
%t A062132 t = {s = 2}; Do[If[(y = Total[IntegerDigits[x = Prime[n]]]) > s, AppendTo[t, s = y]], {n, 2, 5*10^6}]; t (* _Jayanta Basu_, Aug 09 2013 *)
%Y A062132 Cf. A061248.
%K A062132 nonn,base
%O A062132 1,1
%A A062132 _Patrick De Geest_, Jun 05 2001
%E A062132 More terms from _Eric M. Schmidt_, Oct 08 2013