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.

A106772 Primes with digit sum = 38.

This page as a plain text file.
%I A106772 #7 Sep 08 2022 08:45:18
%S A106772 39989,48989,56999,57899,58889,58979,58997,59699,59879,67979,68699,
%T A106772 68879,68897,69779,69959,75989,77699,77969,78779,78797,78887,78977,
%U A106772 79589,79697,79769,79967,85889,86969,87797,87869,87887,87959,87977
%N A106772 Primes with digit sum = 38.
%H A106772 Vincenzo Librandi, <a href="/A106772/b106772.txt">Table of n, a(n) for n = 1..4500</a>
%t A106772 Select[Prime[Range[150000]], Total[IntegerDigits[#]]==38 &] (* _Vincenzo Librandi_, Jul 09 2014 *)
%o A106772 (Magma) [p: p in PrimesUpTo(90000) | &+Intseq(p) eq 38]; // _Vincenzo Librandi_, Jul 09 2014
%Y A106772 Cf. similar sequences listed in A244918.
%K A106772 nonn,base
%O A106772 1,1
%A A106772 _Zak Seidov_, May 16 2005