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!)
A117771 Numbers n such that digit sum of 2^n is less than or equal to n. 0
5, 9, 10, 17, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Probably there are no more terms.
Probably 5 and 70 are the only cases when digit sum of 2^n is equal to n. - Tanya Khovanova, Jul 23 2006
Probably 1, 2, 5 and 70 are the only cases when digit sum of 2^n is divisible by n. - Zak Seidov, Jul 24 2006
LINKS
MATHEMATICA
Select[Range[80], #>=Total[IntegerDigits[2^#]]&] (* Harvey P. Dale, Sep 22 2019 *)
PROG
(PARI) isok(n) = d = digits(2^n); sum(i=1, #d, d[i]) <= n; \\ Michel Marcus, Aug 17 2013
CROSSREFS
Cf. A001370.
Sequence in context: A136318 A242139 A216765 * A227853 A275240 A175437
KEYWORD
nonn,base,fini
AUTHOR
Joshua Zucker, Jul 24 2006
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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)