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.

A106766 Primes with digit sum = 29.

This page as a plain text file.
%I A106766 #14 Sep 08 2022 08:45:18
%S A106766 2999,3989,4799,4889,5879,5897,5987,6599,6689,6779,6869,6959,6977,
%T A106766 7499,7589,7877,7949,8597,8669,8849,8867,9479,9497,9587,9677,9749,
%U A106766 9767,9839,9857,9929,12899,13799,13997,14699,14879,14897,14969,15797,15887,15959
%N A106766 Primes with digit sum = 29.
%C A106766 Different from A119892.
%H A106766 Vincenzo Librandi, <a href="/A106766/b106766.txt">Table of n, a(n) for n = 1..7900</a>
%t A106766 Select[Prime[Range[10000]], Total[IntegerDigits[#]]==29 &] (* _Vincenzo Librandi_, Jul 08 2014 *)
%o A106766 (Magma) [p: p in PrimesUpTo(16000) | &+Intseq(p) eq 29]; // _Vincenzo Librandi_, Jul 08 2014
%o A106766 (PARI) select(x->sumdigits(x)==29, primes(2000))
%Y A106766 Subsequence of A046704 and of A119892.
%Y A106766 Cf. A106754.
%Y A106766 Cf. similar sequences listed in A244918.
%K A106766 nonn,base
%O A106766 1,1
%A A106766 _Zak Seidov_, May 16 2005