Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Wieferich-primes/F-Sharp/wieferich-primes.fs
Normal file
2
Task/Wieferich-primes/F-Sharp/wieferich-primes.fs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// Weiferich primes: Nigel Galloway. June 2nd., 2021
|
||||
primes32()|>Seq.takeWhile((>)5000)|>Seq.filter(fun n->(2I**(n-1)-1I)%(bigint(n*n))=0I)|>Seq.iter(printfn "%d")
|
||||
Loading…
Add table
Add a link
Reference in a new issue