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!)
A279423 Numbers k such that k^2 has an odd number of digits and the middle digit is 3. 3
111, 124, 128, 139, 146, 156, 177, 188, 213, 231, 269, 287, 312, 1036, 1041, 1055, 1060, 1074, 1088, 1097, 1106, 1115, 1124, 1133, 1146, 1159, 1172, 1189, 1193, 1214, 1218, 1222, 1226, 1274, 1278, 1282, 1286, 1305, 1309, 1313, 1328, 1343, 1354, 1365, 1376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
111^2 = 12(3)21, 231^2 = 53(3)61, 1214^2 = 147(3)796.
MATHEMATICA
ond3Q[n_]:=Module[{idn2=IntegerDigits[n^2], len}, len=Length[idn2]; OddQ[ len] && idn2[[(len+1)/2]]==3]; Select[Range[1400], ond3Q] (* Harvey P. Dale, Apr 06 2018 *)
CROSSREFS
Sequence in context: A135643 A070798 A235039 * A213879 A095613 A108721
KEYWORD
nonn,base,easy
AUTHOR
Lars Blomberg, Dec 22 2016
STATUS
approved

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)