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.

A053930 Numbers k such that k^2 contains only digits {2,6,9}.

This page as a plain text file.
%I A053930 #21 Mar 04 2024 11:55:35
%S A053930 3,173,264,964,3114,31563,163187,264437,16431563,96032404423,
%T A053930 99647694036,9813067816077,51665201022187,51960847753114,
%U A053930 7935361806302386,78883604126137785577,47567102808870567435673,26395073915340646948470264
%N A053930 Numbers k such that k^2 contains only digits {2,6,9}.
%H A053930 Joe K. Crump, <a href="http://web.archive.org/web/20100308181731/http://www.immortaltheory.com/NumberTheory/TriDigitalSquares.htm">TriDigital Squares</a>
%H A053930 Patrick De Geest, <a href="http://www.worldofnumbers.com/threedigits.htm">Squares containing at most three distinct digits, Index entries for related sequences</a>
%o A053930 (PARI) isok(n) = {digs = digits(n^2); for (i = 1, #digs, if ((digs[i] != 2) && (digs[i] != 6) && (digs[i] != 9), return (0));); return (1);} \\ _Michel Marcus_, Sep 02 2013
%Y A053930 Cf. A053931.
%K A053930 nonn,base
%O A053930 1,1
%A A053930 _Patrick De Geest_, Mar 15 2000
%E A053930 More terms from Joe K. Crump (joecr(AT)carolina.rr.com), Sep 07 2000
%E A053930 a(17)-a(19) from _Zhao Hui Du_, Mar 01 2024