login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062120 Numbers n such that n has sqrt(n) as its middle digits. 2
1, 2500, 3600, 62500, 14379264, 57760000, 141376000000, 245495475625, 390625000000, 943971582724, 4482669527413081, 8790937600000000, 31561776563446336, 10235319926865509025 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Do[ If[ StringPosition[ ToString[n^2], ToString[n]] [[1, 1]] == (Ceiling[ Log[10, n^2] ] - Ceiling[ Log[10, n] ])/2 + 1, Print[n^2] ], {n, 1, 10^9} ]

CROSSREFS

A062120 = A062118^2.

Sequence in context: A181258 A190414 A131523 * A204225 A120408 A031778

Adjacent sequences:  A062117 A062118 A062119 * A062121 A062122 A062123

KEYWORD

nonn,base

AUTHOR

Brian Wallace (wallacebrianedward(AT)yahoo.co.uk), Jun 28 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.