Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109656
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109656 Numbers n such that the sum of the digits of sum_{k=1..n}(k^k) is divisible by n. +0
1
1, 13, 15, 22, 25, 107, 115, 149, 163, 472, 808, 1347, 1979, 27594, 77150 (list; graph; listen)
OFFSET

1,2

COMMENT

Next term after 1979, if it exists, is greater than 10000.

EXAMPLE

sum_{k=1..13}(k^k) = 312086923782437; the digits of 312086923782437 sum to 65, which is divisible by 13, so 13 is in the sequence.

MATHEMATICA

s = 0; Do[s += n^n; k = Plus @@ IntegerDigits[s]; If[Mod[k, n] == 0, Print[n]], {n, 1, 10^5}]

CROSSREFS

Sequence in context: A126727 A067912 A140646 this_sequence A087814 A113801 A108257

Adjacent sequences: A109653 A109654 A109655 this_sequence A109657 A109658 A109659

KEYWORD

nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Aug 06 2005

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Nov 13 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research