페랭 수: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Metrobot (토론 | 기여)
잔글 ISBN 매직 링크 제거
TedBot (토론 | 기여)
잔글 봇: 틀 이름 및 스타일 정리
1번째 줄:
[[대수학]]에서 '''페랭 수'''(Perrin number)는 다음 [[점화식]]의 반복 관계에 의해 정의된다.
:<math>n > 2 \;,\; P ( n ) = P ( n -2) + P ( n -3)</math>
초기 값으로는
:<math>P (0) = 3, P (1) = 0, P (2) = 2</math> 이다.
페랭 수열은 다음처럼 출현한다.
7번째 줄:
:<math>3 , 0 , 2 , 3, 2, 5 , 5, 7 , 10 , 12 , 17 , 22 , 29 , 39 ... </math>( [[OEIS]]의 시퀀스 A001608 )
 
<!-- n -vertex 주기 그래프 에서 서로 다른 최대 독립 세트 수는 n > 1에 대한 n 번째 Perrin 수로 계산됩니다. <ref>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</ref> -->
 
이 수열 시퀸스는 [[에두아르 뤼카]](Édouard Lucas ,1876)에 의해 암묵적으로 언급되었다. 1899년 [[프랑수아 올리비에 라울 페랭]](François Olivier Raoul Perrin)에 의해 동일한 순서가 명시적으로 언급되었다.<ref> Knuth, Donald E. (2011). The Art of Computer Programming, Volume 4A: Combinatorial Algorithms, Part 1. Addison-Wesley. {{ISBN|0201038048}}.</ref> 이 수열의 광범위한 처리가 1982년 아담스(Adams)와 생크스(Shanks) 에 의해 주어졌었다.<ref>Adams, William; Shanks, Daniel (1982). "Strong primality tests that are not sufficient". Mathematics of Computation. American Mathematical Society. 39 (159): 255–300. JSTOR 2007637. MR 0658231. doi:10.2307/2007637.</ref>
14번째 줄:
 
:<math>G(P(n);x)={{3-x^2}\over{1-x^2-x^3}}</math>
==행렬 수식==
:<math> \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 1 & 0 \end{pmatrix}^n
\begin{pmatrix} 3 \\ 0 \\ 2 \end{pmatrix} =