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.

A107619 Primes with digit sum = 65.

This page as a plain text file.
%I A107619 #8 Sep 08 2022 08:45:18
%S A107619 29999999,39899999,39999899,48999989,49898999,49899989,49979999,
%T A107619 49997999,57899999,57998999,57999899,58899989,58989899,58998899,
%U A107619 59879999,59898899,59898989,59979989,59987999,59988989,59999879
%N A107619 Primes with digit sum = 65.
%H A107619 Vincenzo Librandi, <a href="/A107619/b107619.txt">Table of n, a(n) for n = 1..460</a>
%t A107619 Select[Prime[Range[600000]], Total[IntegerDigits[#]]==65 &] (* _Vincenzo Librandi_, Jul 09 2014 *)
%o A107619 (Magma) [p: p in PrimesUpTo(69000000) | &+Intseq(p) eq 65]; // _Vincenzo Librandi_, Jul 09 2014
%Y A107619 Cf. A062339, A062341, A062343, A106754 - A106787, A107617, A107618.
%Y A107619 Cf. Similar sequences listed in A244918.
%K A107619 nonn,base
%O A107619 1,1
%A A107619 _Zak Seidov_, May 18 2005