The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069033 Powers of 8 with strictly increasing sum of digits. 1

%I #7 Oct 23 2018 03:02:46

%S 1,8,64,4096,32768,16777216,8589934592,68719476736,549755813888,

%T 281474976710656,2251799813685248,18014398509481984,

%U 9223372036854775808,73786976294838206464,37778931862957161709568,79228162514264337593543950336,324518553658426726783156020576256

%N Powers of 8 with strictly increasing sum of digits.

%H <a href="/index/Di#divseq">Index to divisibility sequences</a>

%o (PARI) lista(nn) = {my(m = 0, x); for (n=0, nn, x = 8^n; if (sumdigits(x) > m, print1(x, ", "); m = sumdigits(x);););} \\ _Michel Marcus_, Oct 23 2018

%Y Cf. A069027, A069028, A069029, A069030, A069031, A069032.

%K nonn,base

%O 1,2

%A _Amarnath Murthy_, Apr 02 2002

%E Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jun 26 2002

%E More terms from _Michel Marcus_, Oct 23 2018

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 May 19 07:05 EDT 2024. Contains 372666 sequences. (Running on oeis4.)