|
Search: id:A062927
|
|
|
| A062927 |
|
Numbers n such that n divides the sum of digits of 9^n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Next term after 243, if it exists, is greater than 30000. - Ryan Propper (rpropper(AT)stanford.edu), Jun 18 2005
|
|
EXAMPLE
|
a(1)=3, so 3 divides sum of digits of 9^3 (i.e.7+2+9=18).
|
|
MATHEMATICA
|
Do[If[Mod[Plus @@ IntegerDigits[9^n, 10], n] == 0, Print[n]], {n, 1, 30000}] (Propper)
|
|
CROSSREFS
|
Sequence in context: A061929 A019461 A067862 this_sequence A045638 A038224 A133195
Adjacent sequences: A062924 A062925 A062926 this_sequence A062928 A062929 A062930
|
|
KEYWORD
|
hard,more,nonn,base
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com) and Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 16 2002
|
|
|
Search completed in 0.002 seconds
|