[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A158082
Squares whose decimal expansion contains no digit greater than 4.
3
0, 1, 4, 100, 121, 144, 324, 400, 441, 1024, 1444, 2304, 2401, 10000, 10201, 10404, 12100, 12321, 14400, 22201, 23104, 32041, 32400, 33124, 40000, 40401, 44100, 101124, 102400, 103041, 110224, 114244, 121104, 123201, 130321, 131044, 144400, 203401, 204304, 213444
OFFSET
1,3
MATHEMATICA
Select[Range[0, 1000]^2, Max[IntegerDigits[#]] <= 4 &] (* Paolo Xausa, Apr 29 2024 *)
CROSSREFS
Cf. A158304.
Intersection of A000290 and A007091.
Sequence in context: A352020 A091268 A326085 * A017090 A029995 A365608
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, May 23 2010
STATUS
approved