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.

A107617 Primes with digit sum = 62.

This page as a plain text file.
%I A107617 #8 Sep 08 2022 08:45:18
%S A107617 9899999,18899999,18999989,19899989,19998899,19998989,27989999,
%T A107617 27999899,28998989,28999979,29789999,29798999,29969999,29979899,
%U A107617 29988899,29988989,29989889,29997899,29998799,29998889,29999699,36998999
%N A107617 Primes with digit sum = 62.
%H A107617 Vincenzo Librandi, <a href="/A107617/b107617.txt">Table of n, a(n) for n = 1..2000</a>
%t A107617 Select[Prime[Range[600000]], Total[IntegerDigits[#]]==62 &] (* _Vincenzo Librandi_, Jul 09 2014 *)
%o A107617 (Magma) [p: p in PrimesUpTo(38000000) | &+Intseq(p) eq 62]; // _Vincenzo Librandi_, Jul 09 2014
%Y A107617 Cf. A062339, A062341, A062343, A106754 - A106787, A107618, A107619.
%Y A107617 Cf. similar sequences listed in A244918.
%K A107617 nonn,base
%O A107617 1,1
%A A107617 _Zak Seidov_, May 18 2005