# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a175589 Showing 1-1 of 1 %I A175589 #15 Aug 16 2021 21:40:27 %S A175589 1,3,6,9,12,18,57,84,87,102,117,216,234,288,360,468,477,681,741,798, %T A175589 987,1029,1161,1245,1251,1266,1449,1458,1500,1677,2214,2232,2703,2880, %U A175589 3090,3117,3333,3345,3351,3789,4176,4512,4779,4932,4980,5763,6213,6846,6903,6918,8097,8712,9285,10404,11085,11274,11532,11922,12369,12378,14871,16710 %N A175589 Numbers k that divide the sum of digits of 21^k. %C A175589 No more terms < 10^6 using the same method used for A175525. - _Donovan Johnson_, Dec 08 2010 %t A175589 Select[Range[10000], Mod[Total[IntegerDigits[21^#]], #] == 0 &] %K A175589 nonn,base %O A175589 1,2 %A A175589 _T. D. Noe_ and _N. J. A. Sloane_, Dec 03 2010 %E A175589 a(54)-a(62) from _Donovan Johnson_, Dec 08 2010 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE