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!)
A245401 Number of nonnegative integers with property that their base 8/7 expansion (see A024649) has n digits. 0
8, 8, 8, 8, 8, 8, 8, 8, 16, 16, 16, 16, 24, 24, 32, 32, 40, 40, 48, 56, 64, 72, 80, 96, 112, 128, 144, 160, 184, 216, 240, 280, 320, 360, 416, 472, 544, 616, 704, 808, 920, 1056, 1208, 1376, 1576, 1800, 2056, 2352, 2688, 3072, 3512, 4008, 4584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers 8-15 are represented by 70, 71, 72, 73, 74, 75, 76, 77 respectively in base 8/7. These are the only integers with two digits, and so a(2)=8.
LINKS
FORMULA
a(n) = 8*A120186(n).
PROG
(Sage)
A=[1]
for i in [1..60]:
A.append(ceil((8-7)/7*sum(A)))
[8*x for x in A]
CROSSREFS
Sequence in context: A048762 A201053 A160949 * A048763 A088841 A165925
KEYWORD
nonn,base
AUTHOR
James Van Alstine, Jul 21 2014
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 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)