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.

A077723 Primes which can be expressed as sum of distinct powers of 9.

This page as a plain text file.
%I A077723 #13 Oct 10 2014 11:55:28
%S A077723 739,811,6571,59779,65701,532261,538093,591301,597133,597781,4783699,
%T A077723 4789621,4842109,4849399,5314411,5314501,5373469,5374279,5380831,
%U A077723 43047541,43112341,43113061,43643773,43643863,47837071,47888821
%N A077723 Primes which can be expressed as sum of distinct powers of 9.
%C A077723 Primes whose base 9 representation contains only zeros and 1's.
%H A077723 Zak Seidov, <a href="/A077723/b077723.txt">Table of n, a(n) for n = 1..3000</a>
%t A077723 Select[Prime[Range[3000000]],Union[Most[Rest[DigitCount[#,9]]]]=={0}&] (* _Harvey P. Dale_, Jul 31 2013 *)
%o A077723 (PARI) lista(nn) = {forprime(p=2, nn, if (vecmax(digits(p, 9)) <= 1, print1(p, ", ")););} \\ _Michel Marcus_, Oct 10 2014
%Y A077723 Cf. A020449, A000695, A033046, A077717, A077718, A077719, A077720, A077721, A077722.
%K A077723 nonn
%O A077723 1,1
%A A077723 _Amarnath Murthy_, Nov 19 2002
%E A077723 More terms from _Sascha Kurz_, Jan 03 2003