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.

A190682 Squares whose squares contain every digit at least once.

Original entry on oeis.org

582169, 588289, 1136356, 1183744, 1454436, 1700416, 2030625, 2424249, 2436721, 2669956, 2732409, 2930944, 3024121, 3175524, 3305124, 3381921, 3481956, 3526884, 3900625, 4129024, 4182025, 4223025, 4553956, 4804864, 4981824
Offset: 1

Views

Author

Bruno Berselli, May 17 2011

Keywords

Comments

Squares in A054038.

Examples

			a(2) = A054038(2225) = 588289 = 767^2.
		

Programs

  • Magma
    [ n^2: n in [0..2232] | Seqset(Intseq(n^4)) eq {0..9} ];

Formula

a(n) = A121321(n)^2.