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.

A106764 Primes with digit sum = 26.

This page as a plain text file.
%I A106764 #20 Mar 16 2022 16:39:37
%S A106764 1889,1979,1997,2699,2789,2879,2897,2969,3779,3797,4679,4787,4877,
%T A106764 4967,5399,5669,5849,5867,5939,6299,6389,6569,6659,6857,6947,6983,
%U A106764 7487,7559,7577,7649,7757,7793,7829,7883,7919,7937,8297,8369,8387,8693,8747,8783
%N A106764 Primes with digit sum = 26.
%H A106764 Vincenzo Librandi, <a href="/A106764/b106764.txt">Table of n, a(n) for n = 1..1000</a>
%t A106764 Select[Prime[Range[1300]],Total[IntegerDigits[#]]==26&]  (* _Harvey P. Dale_, Feb 14 2011 *)
%o A106764 (Magma) [p: p in PrimesUpTo(9000) | &+Intseq(p) eq 26]; // _Vincenzo Librandi_, Jul 08 2014
%o A106764 (PARI) select(x->sumdigits(x)==26, primes(1000)) \\ _Michel Marcus_, Jul 08 2014
%o A106764 (Python)
%o A106764 a=A107579(p=1889); [next(a) for _ in range(50)]  # providing optional 1st arg = initial term, to "universal" code in A107579. - _M. F. Hasler_, Mar 16 2022
%Y A106764 Cf. similar sequences listed in A244918.
%K A106764 nonn,base
%O A106764 1,1
%A A106764 _Zak Seidov_, May 16 2005