Quote:
Originally Posted by shortcipher
I am now up to term 877 of the aliquot sequence of 2^12*(2^13-1)*3:-
Code:
877 ['2^12', '8191', '263', '1361', '1862869', '48393427601', '1204991466230831734456681173812083', '204037175978955053804689313981051', '1422106685072181094402054496383794105209']
How do I upload these results to factordb, please?
|
You can do so programmatically by sending a request to
http://factordb.com/report.php, e.g. with wget:
https://github.com/ChristianBeer/ali...iqueit.cc#L959 or similar equivalent in Python.
If you format the lines like this:
Code:
30709053327793846479262011922043035332182892197212897495265091799173242928103623906872456410585582181646452028 = 2^2 * 3 * 251 * 3199577 * 7975637 * 1676443586342422756586051 * 884569733837982438707630744073761 * 269421652859394156112463829741634121
Then you can submit many lines in the same request.