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!)
A209303 Numbers of the form x^2 + SumOfSquaredDigits(x). 4
2, 8, 18, 32, 50, 72, 98, 101, 123, 128, 149, 162, 179, 213, 251, 293, 339, 389, 404, 443, 446, 492, 542, 596, 654, 716, 782, 852, 909, 926, 971, 1037, 1107, 1181, 1259, 1341, 1427, 1517, 1611, 1616, 1698, 1784, 1874, 1968, 2066, 2168, 2274, 2384, 2498, 2525 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that early terms are not always produced in order. For example, 162 is produced by x=9, but is the 12th term in the sequence. The last out-of-order term is a(30)=926, produced when x=29.
LINKS
Christian N. K. Anderson, Table of n, a(n) for n = 1..10000
Christian N. K. Anderson, Ulam Spiral of terms 1 to 500.
EXAMPLE
251 is in the sequence, because 15^2 + (1^2 + 5^2) = 251.
MATHEMATICA
Table[n^2+Total[IntegerDigits[n]^2], {n, 100}]//Union (* Harvey P. Dale, Jan 25 2021 *)
PROG
(R) sort((1:10000)^2+vapply(1:10000, sum(as.numeric(unlist(strsplit(as.character(as.bigz(x)), split="")))^2), 1))
CROSSREFS
Sequence in context: A357851 A067051 A074629 * A001105 A361905 A336489
KEYWORD
nonn,base
AUTHOR
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 May 5 02:46 EDT 2024. Contains 372257 sequences. (Running on oeis4.)