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.

A167042 Squares that remain squares when prefixed with a 7.

Original entry on oeis.org

225, 5625, 22500, 562500, 2250000, 6125625, 19580625, 56250000, 225000000, 612562500, 1958062500, 2562890625, 5625000000, 22500000000, 51472265625, 61256250000, 195806250000, 256289062500, 562500000000, 2250000000000, 5147226562500, 6125625000000
Offset: 1

Views

Author

Claudio Meller, Oct 27 2009

Keywords

Examples

			225 = 15^2 is a square, and becomes the square 7225 = 85^2 if prefixed with a 7.
		

Programs

  • Mathematica
    Select[Range[25*10^5]^2,IntegerQ[Sqrt[#+7*10^IntegerLength[#]]]&] (* Harvey P. Dale, Mar 02 2015 *)

Extensions

Keyword:base added by R. J. Mathar, Oct 28 2009
More terms from Chai Wah Wu, Sep 11 2014