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.

A284294 Numbers using only digits 1 and 9.

This page as a plain text file.
%I A284294 #22 Jun 29 2025 12:17:21
%S A284294 1,9,11,19,91,99,111,119,191,199,911,919,991,999,1111,1119,1191,1199,
%T A284294 1911,1919,1991,1999,9111,9119,9191,9199,9911,9919,9991,9999,11111,
%U A284294 11119,11191,11199,11911,11919,11991,11999,19111,19119,19191,19199,19911,19919
%N A284294 Numbers using only digits 1 and 9.
%C A284294 Product of digits of terms is a power of 9; subsequence of A284295.
%C A284294 Prime terms are in A020457.
%H A284294 Alois P. Heinz, <a href="/A284294/b284294.txt">Table of n, a(n) for n = 1..16382</a>
%F A284294 The sum of first 2^n terms is (5*20^n + 38*10^n - 95*2^n + 1420)/171. - _Giovanni Resta_, Mar 25 2017
%t A284294 Join @@ (FromDigits /@ Tuples[{1,9}, #] & /@ Range[5]) (* _Giovanni Resta_, Mar 25 2017 *)
%o A284294 (Magma) [n: n in [1..20000] | Set(IntegerToSequence(n, 10)) subset {1, 9}];
%Y A284294 Cf. Numbers using only digits 1 and k for k = 0 and k = 2 - 9: A007088 (k = 0), A007931 (k = 2), A032917 (k = 3), A032822 (k = 4) , A276037 (k = 5), A284293 (k = 6), A276039 (k = 7), A213084 (k = 8), this sequence (k = 9).
%K A284294 nonn,base
%O A284294 1,2
%A A284294 _Jaroslav Krizek_, Mar 25 2017