Isnochys Math Problem #3 [HSBI]

avatar

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

Posted with STEMGeeks



0
0
0.000
9 comments
avatar

Danke :)

Ich bin leider raus. Da fällt mir auch kein Umweg ein. Echt schade, dass ich so gar nicht coden kann. Darauf hätte ich jetzt schon Lust!

0
0
0.000
avatar

Also pausiere ich das Meth Math Problem und fange nächste Woche mit einem Programmiertutorial an:))
Wollte ich sowieso machen:)
!BEER

0
0
0.000
avatar

Hui, das fände ich wirklich großartig! :)
!LUV
!hivebits

0
0
0.000
avatar

Hi, I sent my answer
!LOLZ

0
0
0.000
avatar

yes, I did see that.
And so does everybody else :)
!BEER
next time, start the memo with '#', hash character, so the message will be encrypted:D

0
0
0.000
avatar

Oh I'm sorry I'm not used with memo
I'll do next time 😕

0
0
0.000