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.

A106770 Primes with digit sum = 35.

This page as a plain text file.
%I A106770 #9 Sep 08 2022 08:45:18
%S A106770 8999,18899,19889,19979,19997,28979,29789,29879,35999,36899,37799,
%T A106770 37889,37997,38699,39779,39869,39887,45989,46889,46997,47699,47969,
%U A106770 48779,48869,49499,49697,49787,49877,55799,55889,55997,56897,57689,57977
%N A106770 Primes with digit sum = 35.
%H A106770 Vincenzo Librandi, <a href="/A106770/b106770.txt">Table of n, a(n) for n = 1..4500</a>
%t A106770 Select[Prime[Range[60000]], Total[IntegerDigits[#]]==35 &] (* _Vincenzo Librandi_, Jul 08 2014 *)
%o A106770 (Magma) [p: p in PrimesUpTo(60000) | &+Intseq(p) eq 35]; // _Vincenzo Librandi_, Jul 08 2014
%o A106770 (PARI) select(x->sumdigits(x)==35, primes(6000)) \\ _Michel Marcus_, Jul 08 2014
%Y A106770 Cf. similar sequences listed in A244918.
%K A106770 nonn,base
%O A106770 1,1
%A A106770 _Zak Seidov_, May 16 2005