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!)
A175589 Numbers k that divide the sum of digits of 21^k. 5

%I #15 Aug 16 2021 21:40:27

%S 1,3,6,9,12,18,57,84,87,102,117,216,234,288,360,468,477,681,741,798,

%T 987,1029,1161,1245,1251,1266,1449,1458,1500,1677,2214,2232,2703,2880,

%U 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 Numbers k that divide the sum of digits of 21^k.

%C No more terms < 10^6 using the same method used for A175525. - _Donovan Johnson_, Dec 08 2010

%t Select[Range[10000], Mod[Total[IntegerDigits[21^#]], #] == 0 &]

%K nonn,base

%O 1,2

%A _T. D. Noe_ and _N. J. A. Sloane_, Dec 03 2010

%E a(54)-a(62) from _Donovan Johnson_, Dec 08 2010

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)