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!)
A067344 Sum of decimal digits of square of divisors of n equals sum of square of digits of n. 1
1, 21, 41, 120, 242, 312, 323, 401, 501, 1040, 1114, 1141, 1204, 1214, 1233, 1241, 1304, 1503, 2033, 2115, 2133, 2140, 2403, 3010, 3014, 3124, 3211, 3304, 3322, 4001, 4012, 4121, 4301, 4310, 5130, 10044, 10214, 10242, 10320, 10324, 11042, 11115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
EXAMPLE
n=51223, SquareSumDigit=25+1+4+4+9=43, Sigma[2,51223]=2623908580 with digit sum=43.
MATHEMATICA
Do[s=Apply[Plus, IntegerDigits[DivisorSigma[2, n]]]- Apply[Plus, IntegerDigits[n]^2]; If[Equal[s, 0], Print[n]], {n, 1, 10000}]
Select[Range[12000], Total[Flatten[IntegerDigits[#]^2]]== Total[ IntegerDigits[ DivisorSigma[2, #]]]&] (* Harvey P. Dale, Sep 12 2012 *)
CROSSREFS
Sequence in context: A173960 A147273 A195034 * A053428 A123842 A247387
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jan 16 2002
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 12:27 EDT 2024. Contains 373060 sequences. (Running on oeis4.)