mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2015-03-20, 15:09   #1
primus
 
Jul 2014
Montenegro

1A16 Posts
Default Pseudoprimality Hypothesis for Specific Class of Generalized Fermat Numbers

Definition

Let P_m(x)=2^{-m}\cdot \left(\left(x-\sqrt{x^2-4}\right)^{m}+\left(x+\sqrt{x^2-4}\right)^{m}\right) , where m and x are nonnegative integers .

Conjecture

Let F_n(b)=b^{2^n}+1 such that n>1 , b is even , 3 \not\mid b and 5\not\mid b .

Let S_i=P_b(S_{i-1}) with S_0=P_{b/2}(P_{b/2}(8)) , thus

F_n(b) is prime iff S_{2^n-2} \equiv 0 \pmod{F_n(b)}

PARI/GP implementation

Code:
GF(b,n)=
{ 
my(s=Mod(2*polchebyshev(b/2,1,polchebyshev(b/2,1,4)),b^2^n+1));
for(i=1,2^n-2, s=2*polchebyshev(b,1,s/2));
s==0 
}
You can run this code here .

List of generalized Fermat primes sorted by base .
primus is offline   Reply With Quote
Old 2015-03-25, 22:18   #2
gd_barnes
 
gd_barnes's Avatar
 
"Gary"
May 2007
Overland Park, KS

12,541 Posts
Default

Quote:
Originally Posted by primus View Post
List of generalized Fermat primes sorted by base .
http://www.noprimeleftbehind.net/crus/GFN-primes.htm
gd_barnes is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generalized Fermat numbers (in our case primes) pepi37 Conjectures 'R Us 4 2015-10-09 14:49
Lucasian Pseudoprimality Hypothesis for Specific Class of k 2^n-1 primus Miscellaneous Math 14 2015-07-04 15:42
Conjectured Primality Test for Specific Class of Mersenne Numbers primus Miscellaneous Math 1 2014-10-12 09:25
Disproven Primality Test for Specific Class of kb^n-1 primus Computer Science & Computational Number Theory 8 2014-08-21 15:16
Generalized Fermat Numbers ET_ Programming 4 2008-06-23 07:59

All times are UTC. The time now is 15:41.


Fri Sep 22 15:41:57 UTC 2023 up 9 days, 13:24, 1 user, load averages: 1.04, 0.94, 1.00

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔