ペラン数

ペラン数(英: Perrin number)とは、以下の漸化式で定義される数である。

ペラン数
ペラン数列の大きさの辺長を有する正三角形を並べた図

ペラン数: Perrin number)とは、以下の漸化式で定義される数である。

また、これによって得られる以下の数列をペラン数列と呼ぶ。

3, 0, 2, 3, 2, 5, 5, 7, 10, 12, 17, 22, 29, 39 ... (オンライン整数列大辞典の数列 A001608

n-頂点の閉路グラフにおける異なる極大独立集合の個数はn番目のペラン数となる [1]

歴史

1878年にはエドゥアール・リュカ[2]1899年にはラウル・ペランフランス語版[3]この数列について言及している。1982年にはウィリアム・アダムズとダニエル・シャンクス英語版がこの数列について詳しく調べ、ペラン数列と名付けた[4]

母関数

ペラン数列の母関数は以下のようになる。

行列形式

ビネの公式

ペラン数は、以下の方程式の解の累乗を用いて表すことができる。

この方程式は3つの解を持ち、1つは実数解(p とする、プラスチック数と呼ばれる)、2つは複素共役な解(q, r とする)である。これらを用いて、フィボナッチ数列におけるビネの公式と同様の公式を得ることができる。

複素解 q, r の絶対値は1より小さいので、 n を大きくすれば qn, rn は0に近づく。したがって、十分大きな n に対しては、公式は以下のように簡略化できる。

この公式は、大きな n に対してペラン数を高速に計算するのに用いられる。ペラン数列の連続する項の比は p、つまりプラスチック数に近づき、その値はおおよそ 1.324718 である。ペラン数列・パドヴァン数列におけるプラスチック数は、フィボナッチ数列における黄金比や、ペル数における白銀比に対応するものとなっている。

乗法公式

ビネの公式を用いて、 G(kn) を G(n−1), G(n) , G(n+1) で表すことができる。

であるが、これは 分解体上の係数を持つ3つの線型方程式であり、逆行列を求めることで を計算することができる。これらを k 乗し、和を求めればよい。

magmaでのコードの例を以下に示す。

P<x> := PolynomialRing(Rationals());
S<t> := SplittingField(x^3-x-1); 
P2<y> := PolynomialRing(S);
p,q,r := Explode([r[1] : r in Roots(y^3-y-1)]);
Mi:=Matrix([[1/p,1/q,1/r],[1,1,1],[p,q,r]])^(-1);
T<u,v,w> := PolynomialRing(S,3);
v1 := ChangeRing(Mi,T) *Matrix([[u],[v],[w]]);
[p^i*v1[1,1]^3 + q^i*v1[2,1]^3 + r^i*v1[3,1]^3 : i in [-1..1]];

とすれば

となる。23という数字は定義多項式の判別式に由来する。

これを用いれば、整数演算によってn番目のペラン数を 回の乗算で求めることができる。

ペラン擬素数

P(n) が n で整除できる(割り切れる)ような n を列挙すると以下のようになる。

n = 1, 2, 3, 5, 7, 11, 13, ...

1の後にはしばらく素数が続いている。全ての素数 p に対して、 P(p) が p で割り切れることが証明されている。しかし、その逆は成り立たない。すなわち、P(n) が n で割り切れるような合成数 n が存在する。このような nペラン擬素数(Perrin pseudoprime)と呼ぶ。「ペラン擬素数は存在するか」という疑問はペラン自身も考察しており、後にアダムスとシャンクスが最小のペラン擬素数 271441 = 5212 を発見し[4]肯定的に解決された。2番目に小さいペラン擬素数は 904631 = 7 x 13 x 9941 である。10億未満のペラン擬素数は17個存在する[5]。また、無限に多くのペラン擬素数が存在することがJon Granthamによって証明されている[6]

ペラン素数

素数であるペラン数をペラン素数(Perrin prime)と呼ぶ(オンライン整数列大辞典の数列 A074788)。

2, 3, 5, 7, 17, 29, 277, 367, 853, 14197, 43721, 1442968193, 792606555396977, 187278659180417234321, 66241160488780141071579864797, 22584751787583336797527561822649328254745329

2006年5月にエリック・ワイスタイン英語版が発見した32,147桁のペラン数 P(263226) はおそらくペラン素数であろうと考えられている。

脚注

  1. ^ *Füredi, Z. (1987). “The number of maximal independent sets in connected graphs”. Journal of Graph Theory 11 (4): 463–470. doi:10.1002/jgt.3190110403. 
  2. ^ *Lucas, E. (1878). “Théorie des fonctions numériques simplement périodiques”. American Journal of Mathematics 1: 197–240. doi:10.2307/2369311. 
  3. ^ *Perrin, R. (1899). “Query 1484”. L'Intermediaire Des Mathematiciens 6: 76. 
  4. ^ a b *Adams, William; Shanks, Daniel (1982). “Strong primality tests that are not sufficient”. Mathematics of Computation 39 (159): 255–300. doi:10.2307/2007637. MR 0658231. 
  5. ^ オンライン整数列大辞典の数列 A013998
  6. ^ There are infinitely many Perrin pseudoprimes, Jon Grantham, Journal of Number Theory (2010).

外部リンク

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.