login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069701 Squares with internal digits also forming a square > 0. 0

%I #9 Jun 24 2014 01:08:23

%S 144,196,441,841,1369,3364,4096,5041,8649,10816,11449,20164,38416,

%T 61009,64009,77841,117649,132496,170569,231361,249001,288369,310249,

%U 405769,564001,619369,1004004,1077444,1129969,2163841,2256004,3013696

%N Squares with internal digits also forming a square > 0.

%e 3364 is a member as 3364 and 36 both are squares.

%t nzsqr[n_] := n>0&&IntegerQ[Sqrt[n]]; Select[Range[10, 2000], nzsqr[FromDigits[Drop[Drop[IntegerDigits[ #^2], 1], -1]]]&]^2

%K base,nonn

%O 0,1

%A _Amarnath Murthy_, Apr 06 2002

%E Edited by _Dean Hickerson_, Apr 09 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)