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!)
A108862 Numbers k that divide the sum of the digits of (k!)^2. 0
1, 2, 3, 6, 9, 18, 34, 36, 54, 99, 111, 261, 648, 1161, 1296, 2763, 4735, 4784, 4911, 6327, 7929, 10599, 17352, 17541, 48372, 223956, 226185, 290502, 375480, 481207, 481620, 482567, 482801, 484412 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
648 is a term because the sum of the digits in (648!)^2, 12312, is divisible by 648.
MATHEMATICA
Do[If[Mod[Plus @@ IntegerDigits[(n!)^2], n] == 0, Print[n]], {n, 1, 10000}]
CROSSREFS
Sequence in context: A091326 A113863 A085431 * A298413 A268610 A018582
KEYWORD
nonn,base,hard,more
AUTHOR
Ryan Propper, Jul 11 2005
EXTENSIONS
a(22)-a(25) from Robert Gerbicz, Aug 24 2006
a(26)-a(34) from Donovan Johnson, Dec 13 2010
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 18 00:50 EDT 2024. Contains 372608 sequences. (Running on oeis4.)