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.

A119046 Numbers k such that the k-th triangular number contains only digits {0,1,8}.

This page as a plain text file.
%I A119046 #13 Sep 08 2022 08:45:25
%S A119046 1,4,46,126,141,404,466,1541,4004,4195,4666,12658,13266,40004,41995,
%T A119046 46666,147024,400004,402760,466666,1272798,1327266,1332666,4000004,
%U A119046 4666666,40000004,46666666,133272666,133326666,148329375,400000004
%N A119046 Numbers k such that the k-th triangular number contains only digits {0,1,8}.
%H A119046 G. Resta, <a href="http://www.numbersaplenty.com/tr/tr018.html">Tridigital Triangular Numbers</a>
%t A119046 Select[Range[2 10^7], Complement[IntegerDigits[Binomial[# + 1, 2]], {0, 1, 8}] == {} &] (* _Vincenzo Librandi_, Dec 25 2015 *)
%o A119046 (Magma) [n: n in [1..4*10^6] | Set(Intseq(Binomial(n+1, 2))) subset [0, 1, 8]]; // _Vincenzo Librandi_, Dec 25 2015
%Y A119046 Cf. A000217, A119045. See A119034 for a table of cross-references.
%K A119046 nonn,base
%O A119046 1,2
%A A119046 _Giovanni Resta_, May 10 2006