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.

A106763 Primes with digit sum = 25.

This page as a plain text file.
%I A106763 #9 Sep 08 2022 08:45:18
%S A106763 997,1699,1789,1879,1987,2689,2797,2887,3499,3697,3769,3877,3967,4597,
%T A106763 4759,4957,4993,5479,5569,5659,5749,5839,5857,6199,6379,6397,6469,
%U A106763 6577,6793,6829,6883,6991,7297,7369,7459,7477,7549,7639,7873,7927,7963,8089
%N A106763 Primes with digit sum = 25.
%H A106763 Vincenzo Librandi, <a href="/A106763/b106763.txt">Table of n, a(n) for n = 1..8000</a>
%t A106763 Select[Prime[Range[10000]], Total[IntegerDigits[#]]==25 &] (* _Vincenzo Librandi_, Jul 08 2014 *)
%o A106763 (Magma) [p: p in PrimesUpTo(8000) | &+Intseq(p) eq 25]; // _Vincenzo Librandi_, Jul 08 2014
%o A106763 (PARI) select(x->sumdigits(x)==25, primes(1000)) \\ _Michel Marcus_, Jul 08 2014
%Y A106763 Cf. similar sequences listed in A244918.
%K A106763 nonn,base
%O A106763 1,1
%A A106763 _Zak Seidov_, May 16 2005