Table of contents 目次

  1. Status 現在の状態
  2. How to factor this number この数を素因数分解する方法
  3. Efforts by ECM ECM による試み
  4. Contributing a GNFS polynomial GNFS 多項式の投稿
  5. Contributing factorization results 素因数分解の結果の投稿
  6. Canceling the reservation 予約の取り消し

1. Status 現在の状態

62×10287-719 = 6(8)2861<288> = 32 × 193 × 85439 × 28101874279285177781<20> × 35277371124175071839<20> × 107244356015915102513<21> × 1705120319243109798650626545742009<34> × [25605439172974393752815755832621055755451511947430466447111681474247817234811981017091005760211647224434922635946901283936868393363275358587922015101316548115573464722385619459864770305789<188>] (Eric Jeancolas / GMP-ECM 7.0.4 B1=1000000, sigma=1:2936261505 for P34 / May 17, 2021 2021 年 5 月 17 日) Reserved

Expression

62×10287-719

Composite factor 合成数の因数

25605439172974393752815755832621055755451511947430466447111681474247817234811981017091005760211647224434922635946901283936868393363275358587922015101316548115573464722385619459864770305789 (188-digit) (188 桁)

Status 現在の状態

This number is not factored yet. Jason Parker-Burlingham made a reservation for this number to contribute prime factors later. Contributions from other people will be rejected. この数はまだ分解されていません。Jason Parker-Burlingham さんが後で素因数を投稿するためにこの数を予約しています。他の方からの投稿は受け付けられません。


2. How to factor this number この数を素因数分解する方法

ECM, P-1, P+1

Look for prime factors by GMP-ECM first. Refer to efforts by ECM. Not only ECM but also P-1/P+1 may be helpful. 最初に GMP-ECM で素因数を探してください。ECM による試み を参照してください。ECM だけでなく P-1/P+1 法も役立つかも知れません。

NFS

Use GGNFS and/or Msieve if GMP-ECM cannot find a factor. The SNFS difficulty of this composite number is 289.49-digit and the GNFS difficulty is 187.41-digit. GMP-ECM で素因数が見つからない場合は GGNFS または Msieve を使います。この合成数に対する SNFS 法の難易度は 289.49 桁、GNFS 法の難易度は 187.41 桁です。GNFS must be faster than SNFS. GNFS 法のほうが SNFS 法よりも速いでしょう。It will take about 4888 CPU-days to factor this composite number on 64-bit Opteron-2600MHz. この合成数は 64 ビットの Opteron 2600MHz で 4888 CPU 日くらいで分解できるでしょう。

Steps of GNFS GNFS 法の手順

  1. Put factMsieve.pl to which $GGNFS_BIN_PATH and $NUM_CPUS were modified properly in the working directory 68881_287. 作業ディレクトリ 68881_287 に $GGNFS_BIN_PATH と $NUM_CPUS を適切に変更した factMsieve.pl を入れます。
  2. Put the following polynomial file 68881_287.poly in there too. また、そこに下記の多項式ファイル 68881_287.poly も入れます。
  3. And then, run "perl factMsieve.pl 68881_287". そして、"perl factMsieve.pl 68881_287" を実行します。
68881_287.poly
# Murphy_E = 8.893e-09, selected by Jason Parker-Burlingham
n: 25605439172974393752815755832621055755451511947430466447111681474247817234811981017091005760211647224434922635946901283936868393363275358587922015101316548115573464722385619459864770305789
Y0: -1679773957999582127009926361937983138
Y1: 1081269494913069542591
c0: -2014351454875861816268480302101742578650588
c1: 256707009785080300035648719771735377
c2: 214735070316920704475982984974
c3: -14819638355047449893167
c4: -1868192162910096
c5: 11487600
skew: 8596385.886
type: gnfs
# selected mechanically
rlim: 350000000
alim: 350000000
lpbr: 31
lpba: 31
mfbr: 65
mfba: 65
rlambda: 2.8
alambda: 2.8

These parameters were not fully adjusted. The approximate expressions which were used for making the parameters are as follows. これらのパラメータは十分に調整されていません。パラメータの生成に用いた近似式は以下の通りです。

See also how to contribute your prime factors. 素因数の投稿の仕方 も参考にしてください。


3. Efforts by ECM ECM による試み

The efforts by ECM to find small factors of this 188-digit composite number so far are as follows. According to the reports, unknown prime factors of this composite number are probably 60-digit or more. この 188 桁の合成数から小さい素因数を探すためのこれまでの ECM による試みは以下の通りです。これらの報告から、この合成数の未知の素因数はおそらく 60 桁以上あります。Please report your efforts by ECM. (Anonymous reports are not acceptable) あなたの ECM による試みを報告してください。(匿名の報告は受け付けていません)

Level レベルB1Reported runs 報告された回数
Total / Required runs 合計 / 必要な回数
(Required runs for lower level) (手前のレベルに必要な回数)
Name 名前Date 日付
5511e780Jason Parker-BurlinghamFebruary 19, 2026 2026 年 2 月 19 日
7520Jason Parker-BurlinghamFebruary 19, 2026 2026 年 2 月 19 日
7040Jason Parker-BurlinghamFebruary 20, 2026 2026 年 2 月 20 日
14640 / 0--
6026e7560Jason Parker-BurlinghamFebruary 20, 2026 2026 年 2 月 20 日
35200Jason Parker-BurlinghamFebruary 27, 2026 2026 年 2 月 27 日
35760 / 35572--
6585e70 / 57950--
/ 57950

Command line to find prime factors 素因数を探すコマンド

65-digit 65 桁

echo 25605439172974393752815755832621055755451511947430466447111681474247817234811981017091005760211647224434922635946901283936868393363275358587922015101316548115573464722385619459864770305789 | ecm -c 57950 85e7

4. Contributing a GNFS polynomial GNFS 多項式の投稿

Name (required) 名前 (必須)

Only alphanumeric characters are available for a name. 名前に使える文字は半角英数字のみです。

Polynomial, skew and Murphy_E (required) 多項式と skew と Murphy_E (必須)

Input the log file which includes a set of polynomial, skew and Murphy_E here. ここに 1 組の多項式、skew および Murphy_E を含むログファイルを入力してください。

Comment (optional) コメント (省略可)

Contributing a GNFS polynomial 投稿する


5. Contributing factorization results 素因数分解の結果の投稿

Factorization results (required) 素因数分解の結果 (必須)

Input results of the factorization here. Copy not only prime factors but also essential part of the log file generated by factorization software. For example, output of GMP-ECM which includes B1 and sigma, log file generated by Msieve which includes a GNFS polynomial, and so on. ここに素因数分解の結果を入力してください。素因数だけでなく、素因数分解ソフトウェアが生成したログファイルの主要な部分もコピーしてください。例えば、B1 と sigma を含む GMP-ECM の出力、GNFS 多項式を含む Msieve のログファイルなど。

Factorization software (optional) 素因数分解ソフトウェア (省略可)

Input information of the factorization software here if the above results do not include them. For example, GMP-ECM 6.4.4, and so on. 上の結果にソフトウェアの名前とバージョンの情報が含まれていない場合はそれらをここに入力してください。例えば、GMP-ECM 6.4.4 など。

Execution environment (optional) 実行環境 (省略可)

Input information of the execution environment here if the above results do not include them. For example, Core i7-3700 3.4GHz, Windows 7 and Cygwin, and so on. 上の結果に実行環境の情報が含まれていない場合はそれらをここに入力してください。例えば、Core i7-3700 3.4GHz, Windows 7 and Cygwin など。

Reservation key (required) 予約キー (必須)

Name (alterable) 名前 (変更可)

Only alphanumeric characters are available for a name. Leave a blank or enter anonymous to withhold your name. 名前に使える文字は半角英数字のみです。匿名にするときは空欄のままにするか、anonymous と入力してください。

Contributing factorization results 素因数分解の結果を投稿する


6. Canceling the reservation 予約の取り消し

Name (unalterable) 名前 (変更不可)

Jason Parker-Burlingham

Reservation key (required) 予約キー (必須)

Canceling the reservation 予約を取り消す