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.

A106762 Primes with digit sum = 23.

This page as a plain text file.
%I A106762 #9 Sep 08 2022 08:45:18
%S A106762 599,797,887,977,1499,1697,1787,1877,1949,2399,2579,2687,2777,2939,
%T A106762 2957,3299,3389,3659,3677,3767,3929,3947,4289,4397,4649,4793,4919,
%U A106762 4937,4973,5099,5189,5279,5297,5387,5477,5639,5657,5693,5783,5927,5981,6089,6197
%N A106762 Primes with digit sum = 23.
%H A106762 Vincenzo Librandi, <a href="/A106762/b106762.txt">Table of n, a(n) for n = 1..7300</a>
%t A106762 Select[Prime[Range[1000]], Total[IntegerDigits[#]]==23 &] (* _Vincenzo Librandi_, Jul 08 2014 *)
%o A106762 (Magma) [p: p in PrimesUpTo(7000) | &+Intseq(p) eq 23]; // _Vincenzo Librandi_, Jul 08 2014
%o A106762 (PARI) select(x->sumdigits(x)==23, primes(1000)) \\ _Michel Marcus_, Jul 08 2014
%Y A106762 Cf. similar sequences listed in A244918.
%K A106762 nonn,base
%O A106762 1,1
%A A106762 _Zak Seidov_, May 16 2005