The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A288657 Numbers whose squares have an odd number of digits. 4

%I #9 Jan 02 2023 12:30:53

%S 0,1,2,3,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,

%T 30,31,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,

%U 115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131

%N Numbers whose squares have an odd number of digits.

%C The sequence of squares starts: 0, 1, 4, 9, 100, 121, 144, 169, 196, 225, 256, ...

%H Lars Blomberg, <a href="/A288657/b288657.txt">Table of n, a(n) for n = 1..10000</a>

%H Jeremy Gardiner, <a href="http://list.seqfan.eu/oldermail/seqfan/2016-December/017135.html">Middle digit in square numbers</a>, Seqfan Mailing list, Dec 12 2016.

%t Join[{0},Select[Range[150],OddQ[IntegerLength[#^2]]&]] (* _Harvey P. Dale_, Apr 07 2018 *)

%Y Cf. A288658, A288659, A288660.

%K nonn,base,easy

%O 1,3

%A _Lars Blomberg_, Jun 13 2017

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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)