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!)
A165737 Positive integers n such that the sum of decimal digits of (16^n-1) is divisible by n. 0

%I #5 Oct 16 2013 04:09:15

%S 1,2,3,4,5,6,7,9,10,12,13,14,17,18,23,37,43,46,60,119,183,223

%N Positive integers n such that the sum of decimal digits of (16^n-1) is divisible by n.

%C Comparing with A165722 there is one additional term a(8)=9.

%C No other terms below 10^5.

%o (PARI) isok(n) = (sumdigits(16^n-1) % n) == 0; \\ _Michel Marcus_, Oct 16 2013

%Y Cf. A165722.

%K base,more,nonn

%O 1,2

%A _Zak Seidov_, Sep 25 2009

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 18 09:17 EDT 2024. Contains 371769 sequences. (Running on oeis4.)