All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers > Sequences
Seven (Posted on 2021-08-15) Difficulty: 2 of 5
1, 7, 8, 49, 50…
The above sequence consists of positive integers each being a sum of distinct non-negative integer powers of 7 presented in strictly increasing order.

If a(0)=1 and a(1)=7, what is a(111)?

No Solution Yet Submitted by Ady TZIDON    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution | Comment 1 of 2
The simplest way is to convert to binary, but we need an offset of 1.

a(0)=1 = 7^0
a(1)=7 = 7^1
a(2)=8 = 7^1 + 7^0 but 2 in binary is 10 not 11 which is 3.

So for a(111) we need 112 in binary which is 1110000
a(111)=7^6+7^5+7^4=136857

  Posted by Jer on 2021-08-16 09:31:59
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (10)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information