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.

A106776 Primes with digit sum = 44.

This page as a plain text file.
%I A106776 #7 Sep 08 2022 08:45:18
%S A106776 98999,99989,179999,188999,189989,198899,199799,199889,288989,289889,
%T A106776 297989,298799,299699,299969,377999,379889,379979,379997,389699,
%U A106776 389897,397799,398969,399689,399887,468899,469979,477899,479879,487889,487979
%N A106776 Primes with digit sum = 44.
%H A106776 Vincenzo Librandi, <a href="/A106776/b106776.txt">Table of n, a(n) for n = 1..3850</a>
%t A106776 Select[Prime[Range[35000]], Total[IntegerDigits[#]]==44 &] (* _Vincenzo Librandi_, Jul 09 2014 *)
%o A106776 (Magma) [p: p in PrimesUpTo(500000) | &+Intseq(p) eq 44]; // _Vincenzo Librandi_, Jul 09 2014
%Y A106776 Cf. similar sequences listed in A244918.
%K A106776 nonn,base
%O A106776 1,1
%A A106776 _Zak Seidov_, May 16 2005