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.

A077437 Squares whose decimal digits are nonsquares (2, 3, 5, 6, 7, 8).

This page as a plain text file.
%I A077437 #12 Aug 28 2016 03:49:12
%S A077437 25,36,225,256,576,625,676,5625,5776,7225,8836,27225,27556,33856,
%T A077437 37636,55225,65536,75625,225625,226576,235225,265225,266256,275625,
%U A077437 276676,286225,352836,367236,378225,525625,538756,553536,585225,586756,665856
%N A077437 Squares whose decimal digits are nonsquares (2, 3, 5, 6, 7, 8).
%H A077437 Harvey P. Dale and Charles R Greathouse IV, <a href="/A077437/b077437.txt">Table of n, a(n) for n = 1..10000</a> (first 294 terms from Dale)
%t A077437 Flatten[Table[Select[FromDigits/@Tuples[{2,3,5,6,7,8},n],IntegerQ[ Sqrt[ #]]&],{n,2,6}]] (* _Harvey P. Dale_, Feb 05 2014 *)
%o A077437 (PARI) is(n)=issquare(n) && #setintersect(Set(digits(n)),[0,1,4,9])==0 \\ _Charles R Greathouse IV_, Aug 28 2016
%Y A077437 Cf. A019544, A000290. Different from A077676.
%K A077437 nonn,base
%O A077437 1,1
%A A077437 _Reinhard Zumkeller_, Nov 06 2002
%E A077437 Replaced 9 by 8 in the definition. - _Tanya Khovanova_, Dec 09 2008