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!)
A225065 Numbers of the form n^2 plus the sum of squared digits of n^2. 1
2, 20, 53, 54, 81, 90, 101, 116, 127, 146, 177, 258, 287, 314, 321, 353, 407, 416, 438, 474, 580, 639, 686, 690, 797, 863, 913, 922, 981, 1045, 1079, 1219, 1235, 1259, 1418, 1493, 1496, 1552, 1637, 1783, 1866, 2011, 2058, 2063, 2158, 2298, 2333, 2422, 2529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that consecutive terms are not necessarily generated by consecutive values of n.
It appears that 146 is the only term that can be generated by two values of n (7 and 9). There are no other duplicates in the first 10000 terms.
LINKS
Christian N. K. Anderson, Table of n, a(n) for n = 1..10000
EXAMPLE
For n=11: 11^2=121; 121 + 1^2 + 2^2 + 1^2 = 127.
PROG
(R) sort(unique((1:101)^2+sapply((1:101)^2, function(x) sum(as.numeric(unlist(strsplit(as.character(x), split="")))^2))))
CROSSREFS
Sequence in context: A097652 A261838 A349503 * A059211 A331090 A139271
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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)