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.

A136811 Numbers k such that k and k^2 use only the digits 0, 1, 2, 3 and 5.

This page as a plain text file.
%I A136811 #9 Apr 12 2024 09:51:26
%S A136811 0,1,5,10,11,15,35,50,55,100,101,105,110,111,115,150,235,335,350,351,
%T A136811 500,501,505,550,1000,1001,1005,1010,1011,1015,1050,1055,1100,1101,
%U A136811 1105,1110,1150,1235,1500,1501,2305,2350,3211,3335,3350,3500,3510,3515,5000,5001,5005,5010,5011,5015,5035,5050,5055,5500,5505,10000,10001,10005,10010,10011,10015
%N A136811 Numbers k such that k and k^2 use only the digits 0, 1, 2, 3 and 5.
%C A136811 Generated with DrScheme.
%H A136811 Jonathan Wellons, <a href="/A136811/b136811.txt">Table of n, a(n) for n = 1..1227</a>
%H A136811 J. Wellons, <a href="https://web.archive.org/web/20090206165028/http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a> [archived]
%e A136811 50530501^2 = 2553331531311001.
%t A136811 With[{c={0,1,2,3,5}},Select[FromDigits/@Tuples[c,5],SubsetQ[c,IntegerDigits[#^2]]&]] (* _Harvey P. Dale_, Jun 25 2023 *)
%K A136811 base,nonn
%O A136811 1,3
%A A136811 Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008