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.

A106768 Primes with digit sum = 32.

This page as a plain text file.
%I A106768 #9 Sep 08 2022 08:45:18
%S A106768 6899,8699,8969,9689,9887,16889,16979,17789,17987,18797,18869,18959,
%T A106768 19697,19949,24989,25799,25889,25997,26699,26879,26987,27689,27779,
%U A106768 28499,28697,28859,28949,29399,29669,29759,29867,32999,35879,35897
%N A106768 Primes with digit sum = 32.
%H A106768 Vincenzo Librandi, <a href="/A106768/b106768.txt">Table of n, a(n) for n = 1..6200</a>
%t A106768 Select[Prime[Range[10000]], Total[IntegerDigits[#]]==32 &] (* _Vincenzo Librandi_, Jul 08 2014 *)
%o A106768 (Magma) [p: p in PrimesUpTo(40000) | &+Intseq(p) eq 32]; // _Vincenzo Librandi_, Jul 08 2014
%o A106768 (PARI) select(x->sumdigits(x)==32, primes(4000)) \\ _Michel Marcus_, Jul 08 2014
%Y A106768 Cf. similar sequences listed in A244918.
%K A106768 nonn,base
%O A106768 1,1
%A A106768 _Zak Seidov_, May 16 2005