Isnochys avatar

Isnochys Math Problem #3 [HSBI]

isnochys

Published: 21 Mar 2022 › Updated: 21 Mar 2022Isnochys Math Problem #3 [HSBI]

Isnochys Math Problem #3 [HSBI]

Last week I asked for Fibonaccis.
Hmm, delicious pasta!
lammbockHive account@lammbock 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!
:)))

Don't forget to witness vote for me!:)

Leave Isnochys Math Problem #3 [HSBI] to:

Written by

Playing Paradox Games - I love staring at maps

Read more #imp posts


Best Posts From Isnochys

We have not curated any of isnochys's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Isnochys