Last week I asked for Fibonaccis.
Hmm, delicious pasta!
gave an answer, that was close enough for me ;)
19544084
Ander here is the code I got for it:
odd_sum = 0
current_number = 1
previous_number = 0
while current_number < 10000000:
if current_number % 2:
odd_sum += current_number
previous_number, current_number = current_number, current_number +previous_number
print(odd_sum)
But we do not care about yesterdays problems!
We look forward!
And today, I have this number for you:
7811069176859
Is it a prime?
No.
But what are its prime factors?
And better, what is the sum of its prime factors?
Find it out and get 1 HSBI
Or have a guess and be as close as possible :))
How to send me the answer?
By encrypted memo.
If you do not have 0.001 HIVE to spare, just write it in the comment, I will give that change to you.
Also, write a comment, if you did send me an answer, otherwise I cannot give BEER to you!
:)))