{"id":187,"date":"2010-11-22T19:59:20","date_gmt":"2010-11-22T23:59:20","guid":{"rendered":"http:\/\/bitc.bme.emory.edu\/~lzhou\/blogs\/?p=187"},"modified":"2010-11-23T00:05:49","modified_gmt":"2010-11-23T04:05:49","slug":"recursive-generalized-fermat-prime-found","status":"publish","type":"post","link":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/?p=187","title":{"rendered":"Recursive Generalized Fermat Prime found"},"content":{"rendered":"<p>Define p(0)=1;<br \/>\nfinding the smallest General Fermat prime in the form p(n+1)[m]=(2*m*p(n))^2+1, m is positive integer:<br \/>\np(1)[1]=(2*p(0))^2+1=5;<br \/>\np(2)[1]=(2*p(1))^2+1=101;<br \/>\np(3)[5]=(2*5*p(2))^2+1=1020101;<br \/>\np(4)[48]=(2*48*p(3))^2+1=((1020101)*96)^2+1;<br \/>\np(5)[1]=(2*p(4))^2+1=((((1020101)*96)^2+1)*2)^2+1;<br \/>\np(6)[30]=(2*30*p(5))^2+1=((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1;<br \/>\np(7)[85]=(2*85*p(6))^2+1=((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1;<br \/>\np(8)[935]=(2*935*p(7))^2+1=((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1;<br \/>\np(9)[528]=(2*528*p(8))^2+1=((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1;<br \/>\np(10)[2505]=(2*2505*p(9))^2+1=((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1;<br \/>\np(11)[840]=(2*840*p(10))^2+1=((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1;<br \/>\np(12)[1190]=(2*1190*p(11))^2+1=((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1;<br \/>\np(13)[29382]=(2*29382*p(12))^2+1=((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1;<br \/>\np(14)[25176]=(2*25176*p(13))^2+1=((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1;<br \/>\np(15)[12685]=(2*12685*p(14))^2+1=((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1;<br \/>\np(16)[67852]=(2*67852*p(15))^2+1=((((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1;<br \/>\np(17)[299549]=(2*299549*p(16))^2+1=((((((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1)*599098)^2+1;<br \/>\np(18)[62406]=(2*62406*p(17))^2+1=((((((((((((((((((((((((((((97929696^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1)*599098)^2+1)*124812)^2+1;<\/p>\n<p>p(4) has database ID 96548 in <a href=\"http:\/\/primes.utm.edu\/primes\/home.php\">The List of Largest Known Primes Home Page<\/a>.  The direct link is <a href=\"http:\/\/primes.utm.edu\/primes\/page.php?id=96548\">HERE<\/a>.<\/p>\n<p>These primes are recursively proven using OpenPFGW, by the command<br \/>\npfgw -t (or tp) -h\u201dp(n)\u201d p(n+1)<br \/>\nThe number<br \/>\np(n+1)[m]=(2*m*p(n))^2+1<br \/>\nare reformatted by Mathematica to get the short expression.<\/p>\n<p>The final certification code is<br \/>\n#!\/bin\/sh<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_03&#8243; p_04<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_04&#8243; p_05<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_05&#8243; p_06<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_06&#8243; p_07<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_07&#8243; p_08<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_08&#8243; p_09<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_09&#8243; p_10<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_10&#8243; p_11<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_11&#8243; p_12<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_12&#8243; p_13<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_13&#8243; p_14<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_14&#8243; p_15<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_15&#8243; p_16<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_16&#8243; p_17<br \/>\n.\/pfgw -l&#8221;GF.19.cert&#8221; -t -h&#8221;p_17&#8243; p_18<\/p>\n<p>The certificate will be posted when done.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Define p(0)=1; finding the smallest General Fermat prime in the form p(n+1)[m]=(2*m*p(n))^2+1, m is positive integer: p(1)[1]=(2*p(0))^2+1=5; p(2)[1]=(2*p(1))^2+1=101; p(3)[5]=(2*5*p(2))^2+1=1020101; p(4)[48]=(2*48*p(3))^2+1=((1020101)*96)^2+1; p(5)[1]=(2*p(4))^2+1=((((1020101)*96)^2+1)*2)^2+1; p(6)[30]=(2*30*p(5))^2+1=((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1; p(7)[85]=(2*85*p(6))^2+1=((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1; p(8)[935]=(2*935*p(7))^2+1=((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1; p(9)[528]=(2*528*p(8))^2+1=((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1; p(10)[2505]=(2*2505*p(9))^2+1=((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1; p(11)[840]=(2*840*p(10))^2+1=((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1; p(12)[1190]=(2*1190*p(11))^2+1=((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1; p(13)[29382]=(2*29382*p(12))^2+1=((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1; p(14)[25176]=(2*25176*p(13))^2+1=((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1; p(15)[12685]=(2*12685*p(14))^2+1=((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1; p(16)[67852]=(2*67852*p(15))^2+1=((((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1; p(17)[299549]=(2*299549*p(16))^2+1=((((((((((((((((((((((((((((1020101)*96)^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1)*599098)^2+1; p(18)[62406]=(2*62406*p(17))^2+1=((((((((((((((((((((((((((((97929696^2+1)*2)^2+1)*60)^2+1)*170)^2+1)*1870)^2+1)*1056)^2+1)*5010)^2+1)*1680)^2+1)*2380)^2+1)*58764)^2+1)*50352)^2+1)*25370)^2+1)*135704)^2+1)*599098)^2+1)*124812)^2+1; p(4) has database ID 96548 in The List of Largest Known Primes Home Page. The direct link is HERE. These primes [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,6],"tags":[],"class_list":["post-187","post","type-post","status-publish","format-standard","hentry","category-to-entertain-myself","category-looking-for-a-megaprime","post-blog"],"_links":{"self":[{"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=\/wp\/v2\/posts\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=187"}],"version-history":[{"count":0,"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=\/wp\/v2\/posts\/187\/revisions"}],"wp:attachment":[{"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csic.som.emory.edu\/~lzhou\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}