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.

A058422 Squares composed of digits {0,1,8}, not ending with zero.

This page as a plain text file.
%I A058422 #17 Oct 18 2024 14:36:15
%S A058422 1,81,11881,811801,1018081,81018001,100180081,108180801,8100180001,
%T A058422 10001800081,10181011801,810001800001,1000018000081,1008018008001,
%U A058422 80181118180881,81000018000001,100000180000081,100180101018001,1180000888001881,8100000180000001,10000001800000081
%N A058422 Squares composed of digits {0,1,8}, not ending with zero.
%C A058422 Includes all numbers of the forms (10^k + 9)^2, (9*10^k + 1)^2, (100^k + 4*10^k + 1)^2, and (10*100^k + 9*10^k + 1)^2 for k >= 2. - _Andrew Howroyd_, Oct 18 2024
%H A058422 Zhao Hui Du, <a href="/A058422/b058422.txt">Table of n, a(n) for n = 1..91</a>
%H A058422 Patrick De Geest, <a href="http://www.worldofnumbers.com/threedigits.htm">Index to related sequences</a>
%H A058422 Hisanori Mishima, <a href="http://www.asahi-net.or.jp/~KC2H-MSM/mathland/math02/math0210.htm">Sporadic tridigital solutions</a>
%F A058422 a(n) = A058421(n)^2. - _Andrew Howroyd_, Oct 18 2024
%t A058422 Select[FromDigits/@Tuples[{0,1,8},17],Mod[#,10]!=0&&IntegerQ[Sqrt[#]]&] (* _Harvey P. Dale_, Sep 09 2022 *)
%Y A058422 Cf. A058421.
%K A058422 nonn,base
%O A058422 1,2
%A A058422 _Patrick De Geest_, Nov 15 2000