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!)
A165722 Positive integers k such that the sum of decimal digits of (16^k - 1) equals 6*k. 2
1, 2, 3, 4, 5, 6, 7, 10, 12, 13, 14, 17, 18, 23, 37, 43, 46, 60, 119, 183, 223 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Integers k such that A007953(16^k - 1) = A008588(k). - Iain Fox, Nov 22 2017
Conjecture: For k > 223, digsum(16^k - 1) < 6*k. This would mean that no further terms exist in the sequence. - Iain Fox, Nov 22 2017
No other terms below 10^6. - Iain Fox, Nov 25 2017
For all a(n), 2*a(n) is in A294652. - Iain Fox, Dec 02 2017
LINKS
EXAMPLE
For k=1, 16-1 is 15 with sum of digits 6, so 1 is a term.
For k=2, 16^2-1 is 255 with sum of digits 12, so 2 is a term.
MATHEMATICA
Select[Range[250], 6#==Total[IntegerDigits[16^#-1]]&] (* Harvey P. Dale, Nov 13 2012 *)
PROG
(PARI) is(n) = 6*n == sumdigits(16^n-1) \\ Iain Fox, Nov 24 2017
CROSSREFS
Sequence in context: A165805 A319975 A307625 * A082400 A072993 A018444
KEYWORD
base,more,nonn
AUTHOR
Max Alekseyev, Sep 24 2009
STATUS
approved

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 August 11 22:56 EDT 2024. Contains 375077 sequences. (Running on oeis4.)