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!)
A300405 Numbers whose squares are the sums of two decimal repdigits. 0
11, 12, 38, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Bart Goddard, Jeremy Rouse, Sum of two repdigits a square, Integers 17 (2017), #A24, Theorem 1.
EXAMPLE
11^2 = 99 + 22 = 88 + 33 = 77 + 44 = 66 + 55,
12^2 = 111 + 33,
38^2 = 1111 + 333,
211^2 = 44444 + 77.
MATHEMATICA
With[{s = Transpose@ Table[FromDigits@ ConstantArray[i, j], {i, 9}, {j, 2, 20}]}, Sqrt@ Union@ Select[Map[Total, Subsets[Flatten@ s, {2}]], IntegerQ@ Sqrt@ # &]]
CROSSREFS
Cf. A010785.
Sequence in context: A041250 A225299 A290336 * A248323 A291059 A041254
KEYWORD
nonn,base,fini,full
AUTHOR
Michael De Vlieger, Apr 03 2018
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)