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.

A079655 Perfect squares using only the curved digits 0, 3, 6, 8 and 9.

This page as a plain text file.
%I A079655 #7 Aug 18 2020 04:22:59
%S A079655 0,9,36,900,3600,3969,6889,8836,38809,69696,80089,90000,93636,339889,
%T A079655 360000,363609,380689,396900,660969,688900,693889,698896,883600,
%U A079655 896809,988036,3663396,3869089,3880900,3988009,6066369,6086089,6969600,8008900,8088336,8803089
%N A079655 Perfect squares using only the curved digits 0, 3, 6, 8 and 9.
%H A079655 Amiram Eldar, <a href="/A079655/b079655.txt">Table of n, a(n) for n = 1..10000</a>
%t A079655 Select[Range[0, 3000], AllTrue[IntegerDigits[#^2], MemberQ[{0, 3, 6, 8 , 9}, #1] &] &]^2 (* _Amiram Eldar_, Aug 18 2020 *)
%Y A079655 Intersection of A000290 and A072960.
%K A079655 base,nonn
%O A079655 1,2
%A A079655 _Shyam Sunder Gupta_, Jan 23 2003
%E A079655 More terms from _Amiram Eldar_, Aug 18 2020