<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Lucas-Folge</id>
	<title>Lucas-Folge - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Lucas-Folge"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Lucas-Folge&amp;action=history"/>
	<updated>2026-06-07T15:03:15Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Lucas-Folge&amp;diff=203898&amp;oldid=prev</id>
		<title>imported&gt;Laytay123: /* growthexperiments-addlink-summary-summary:1|0|0 */</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Lucas-Folge&amp;diff=203898&amp;oldid=prev"/>
		<updated>2025-07-27T21:51:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;growthexperiments-addlink-summary-summary:1|0|0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Datei:Lucas number spiral.svg|thumb]]&lt;br /&gt;
Unter der &amp;#039;&amp;#039;&amp;#039;Lucas-Folge&amp;#039;&amp;#039;&amp;#039; versteht man zwei unterschiedliche Dinge:&lt;br /&gt;
* Einerseits die Folge der &amp;#039;&amp;#039;&amp;#039;Lucas-Zahlen&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: 2, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 322, 521, 843, 1364, 2207, 3571, 5778, 9349, 15127, … ({{OEIS|A000032}})&lt;br /&gt;
: bei der jedes Folgenglied (ab dem dritten) die Summe der beiden vorhergehenden ist.&lt;br /&gt;
* Andererseits die beiden allgemeinen Lucas-Folgen &amp;lt;math&amp;gt;U_n(P,Q)&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;V_n(P,Q)&amp;lt;/math&amp;gt;, die abhängig von den [[Parameter (Mathematik)|Parametern]] &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; als diejenigen Folgen definiert sind, die&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_0=0,\quad U_1=1&amp;lt;/math&amp;gt; bzw. &amp;lt;math&amp;gt;V_0=2,\quad V_1=P&amp;lt;/math&amp;gt;&lt;br /&gt;
: erfüllen und den [[Rekursion]]sformeln&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_n=PU_{n-1}-QU_{n-2}\,&amp;lt;/math&amp;gt; bzw. &amp;lt;math&amp;gt;V_n=PV_{n-1}-QV_{n-2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
: für &amp;lt;math&amp;gt;n &amp;gt; 1&amp;lt;/math&amp;gt; genügen.&lt;br /&gt;
&lt;br /&gt;
Die Lucas-Folgen sind nach dem französischen Mathematiker [[Édouard Lucas]] benannt, der sich als erster mit ihnen beschäftigt hat.&lt;br /&gt;
&lt;br /&gt;
== Beispiele ==&lt;br /&gt;
* Sei &amp;lt;math&amp;gt;P=1&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q=-1&amp;lt;/math&amp;gt;. Dann ist &amp;lt;math&amp;gt;U_n(P,Q)=U_n(1,-1)&amp;lt;/math&amp;gt; die folgende Folge:&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_0=0, U_1=1,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_2=PU_1-QU_0=1 \cdot 1-(-1) \cdot 0=1,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_3=PU_2-QU_1=1 \cdot 1-(-1) \cdot 1=2,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_4=PU_3-QU_2=1 \cdot 2-(-1) \cdot 1=3,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;U_5=PU_4-QU_3=1 \cdot 3-(-1) \cdot 2=5, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
: Kurz geschrieben erhält man die [[Fibonacci-Folge]]:&lt;br /&gt;
:: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, … ({{OEIS| A000045}})&lt;br /&gt;
* Sei &amp;lt;math&amp;gt;P=1&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q=-1&amp;lt;/math&amp;gt;. Dann ist &amp;lt;math&amp;gt;V_n(P,Q)=V_n(1,-1)&amp;lt;/math&amp;gt; die folgende Folge:&lt;br /&gt;
:: &amp;lt;math&amp;gt;V_0=2, V_1=P=1,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;V_2=PV_1-QV_0=1 \cdot 1-(-1) \cdot 2=3,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;V_3=PV_2-QV_1=1 \cdot 3-(-1) \cdot 1=4,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;V_4=PV_3-QV_2=1 \cdot 4-(-1) \cdot 3=7,&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;V_5=PV_4-QV_3=1 \cdot 7-(-1) \cdot 4=11, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
: Kurz geschrieben erhält man eine Folge, die man ebenfalls kurz &amp;#039;&amp;#039;&amp;#039;spezielle Lucas-Folge&amp;#039;&amp;#039;&amp;#039; (oder noch einfacher nur &amp;#039;&amp;#039;&amp;#039;Lucas-Folge&amp;#039;&amp;#039;&amp;#039;) nennt, nämlich:&lt;br /&gt;
:: 2, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 322, 521, 843, 1364, 2207, 3571, 5778, 9349, 15127, 24476, 39603, 64079, 103682, … ({{OEIS|A000032}})&lt;br /&gt;
: Die einzelnen Zahlen dieser Folge nennt man &amp;#039;&amp;#039;&amp;#039;Lucas-Zahlen&amp;#039;&amp;#039;&amp;#039;, auf die [[#Die spezielle Lucas-Folge|weiter unten]] näher eingegangen wird.&lt;br /&gt;
* In einer Tabelle zusammengefasst erhält man für gewisse Startwerte für &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; die Tabelle im Abschnitt [[#Spezialfälle|Spezialfälle]].&lt;br /&gt;
&lt;br /&gt;
== Explizite Formeln ==&lt;br /&gt;
=== Vorbereitung ===&lt;br /&gt;
Zur Bestimmung der Folgenglieder der allgemeinen Lucas-Folge muss vorbereitend die zugeordnete &amp;#039;&amp;#039;quadratische Gleichung&amp;#039;&amp;#039; gelöst werden.&lt;br /&gt;
&lt;br /&gt;
Für die expliziten Formeln werden die beiden Lösungen &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; der &amp;#039;&amp;#039;quadratischen Gleichung&amp;#039;&amp;#039; &amp;lt;math&amp;gt;x^2-Px+Q=0\ &amp;lt;/math&amp;gt; benötigt. Es sind dies&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;a = \frac{P}{2} + \sqrt{ \frac{P^2}{4} - Q} = \frac{P + \sqrt{P^2 - 4Q}}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
und&lt;br /&gt;
: &amp;lt;math&amp;gt;b = \frac{P}{2} - \sqrt{ \frac{P^2}{4} - Q} = \frac{P - \sqrt{P^2 - 4Q}}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ist &amp;lt;math&amp;gt;P^2-4Q&amp;lt;0&amp;lt;/math&amp;gt;, so ist eine der beiden [[Komplexe Zahl|komplexen]] Wurzeln zu wählen. Welche der beiden Zahlen &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; und welche &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; genannt wird, ist hierbei nicht von Belang.&lt;br /&gt;
&lt;br /&gt;
Die Parameter &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; und die Werte &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; sind voneinander abhängig, es gilt umgekehrt&lt;br /&gt;
: &amp;lt;math&amp;gt;P=a+b,\quad Q=a\cdot b.&amp;lt;/math&amp;gt; ([[Satz von Vieta]])&lt;br /&gt;
&lt;br /&gt;
Die Formeln für &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; lassen sich in Bezug auf die Potenzen verallgemeinern. Und zwar gilt:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;a^n = \frac{V_n + U_n \sqrt{P^2-4Q}}{2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;b^n = \frac{V_n - U_n \sqrt{P^2-4Q}}{2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Bezüglich der Lucas-Folgen ist also:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;P&amp;#039;&amp;#039; = &amp;#039;&amp;#039;p&amp;#039;&amp;#039;, &amp;#039;&amp;#039;Q&amp;#039;&amp;#039; = &amp;#039;&amp;#039;q&amp;#039;&amp;#039;, &amp;#039;&amp;#039;D&amp;#039;&amp;#039; = &amp;lt;math&amp;gt;\frac{p^2}{4} + q&amp;lt;/math&amp;gt;, &amp;#039;&amp;#039;a&amp;#039;&amp;#039; = &amp;#039;&amp;#039;x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;#039;&amp;#039; und &amp;#039;&amp;#039;b&amp;#039;&amp;#039; = &amp;#039;&amp;#039;x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Daraus ergeben sich folgende Beziehungen: P = a + b, Q = a * b und &amp;lt;math&amp;gt;\sqrt{D}&amp;lt;/math&amp;gt; = a - b&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Die allgemeinen Lucas-Folgen ===&lt;br /&gt;
&lt;br /&gt;
Falls &amp;lt;math&amp;gt;P^2-4Q\ne0&amp;lt;/math&amp;gt; gilt, oder äquivalent dazu: falls die Zahlen &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; verschieden sind, so berechnet sich das Glied der allgemeinen Lucas-Folge &amp;lt;math&amp;gt;U_n(P,Q)\ &amp;lt;/math&amp;gt; nach folgender Formel:&lt;br /&gt;
: &amp;lt;math&amp;gt;U_n(P,Q)=\frac{a^n-b^n}{a-b}&amp;lt;/math&amp;gt;&lt;br /&gt;
für alle &amp;lt;math&amp;gt;n \ge 0&amp;lt;/math&amp;gt;. Im Spezialfall &amp;lt;math&amp;gt;P^2-4Q=0&amp;lt;/math&amp;gt; gilt stattdessen&lt;br /&gt;
: &amp;lt;math&amp;gt;U_n(P,Q)=na^{n-1}=n\left(\frac P2\right)^{n-1}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Das Glied der allgemeinen Lucas-Folge &amp;lt;math&amp;gt;V_n(P,Q)\ &amp;lt;/math&amp;gt; berechnet sich nach folgender Formel:&lt;br /&gt;
: &amp;lt;math&amp;gt;V_n(P,Q)=a^n+b^n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
für alle &amp;lt;math&amp;gt;n \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beziehungen zwischen den Folgegliedern ==&lt;br /&gt;
Eine Auswahl der Beziehungen zwischen den Folgengliedern ist:&amp;lt;ref&amp;gt;Siehe Ribenboim: &amp;#039;&amp;#039;Die Welt der Primzahlen&amp;#039;&amp;#039;, S. 44–70.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;U_{2n} = U_n\cdot V_n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;V_n = U_{n+1} - QU_{n-1}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;V_{2n} = V_n^2 - 2Q^n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\operatorname{ggT}(U_m,U_n)=U_{\operatorname{ggT}(m,n)}&amp;lt;/math&amp;gt;, falls &amp;lt;math&amp;gt;\operatorname{ggT}(P,Q)=1&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;m\mid n\implies U_m\mid U_n&amp;lt;/math&amp;gt;; für alle &amp;lt;math&amp;gt;U_m\ne 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spezialfälle ==&lt;br /&gt;
Es folgen ein paar Spezialfälle, die zu Folgen führen, die in der Mathematik eine wichtige Rolle spielen und deswegen sogar eigene Namen haben:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt; U(P,Q) &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt; V(P,Q) &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;\frac{1+\sqrt{5}}{2}&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;\frac{1-\sqrt{5}}{2}&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;0, 1, 1, 2, 3, 5, 8, 13, 21, 34, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000045}})&amp;lt;br /&amp;gt;([[Fibonacci-Folge]]) || &amp;lt;math&amp;gt;2, 1, 3, 4, 7, 11, 18, 29, 47, 76, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000032}})&amp;lt;br /&amp;gt;((spezielle) Lucas-Folge)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 1, 3, 5, 11, 21, 43, 85, 171, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001045}})&amp;lt;br /&amp;gt;([[Ernst Jacobsthal|Jacobsthal]]-Folge) || &amp;lt;math&amp;gt; 2, 1, 5, 7, 17, 31, 65, 127, 257, 511, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A014551}})&amp;lt;br /&amp;gt;(Jacobsthal-Lucas-Folge)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;1+\sqrt{2}&amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;1-\sqrt{2}&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 2, 5, 12, 29, 70, 169, 408, 985, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000129}})&amp;lt;br /&amp;gt;([[Pell-Folge]]) || &amp;lt;math&amp;gt; 2, 2, 6, 14, 34, 82, 198, 478, 1154, 2786, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A002203}})&amp;lt;br /&amp;gt;(Companion Pell-Folge, Pell-Lucas-Folge)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 3, 7, 15, 31, 63, 127, 255, 511, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000225}})&amp;lt;br /&amp;gt;([[Mersenne-Zahl]]-Folge) || &amp;lt;math&amp;gt; 2, 3, 5, 9, 17, 33, 65, 129, 257, 513, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000051}})&amp;lt;br /&amp;gt;(Zahlen der Form &amp;lt;math&amp;gt;2^n+1&amp;lt;/math&amp;gt; (enthalten die [[Fermat-Zahl]]en))&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;\frac{A+\sqrt{A^2+4}}{2}&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;\frac{A-\sqrt{A^2+4}}{2}&amp;lt;/math&amp;gt; || [[Fibonacci-Polynom]]e || [[Lucas-Polynom]]e&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2A&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;A+\sqrt{A^2-1}&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;A-\sqrt{A^2-1}&amp;lt;/math&amp;gt; || [[Tschebyschow-Polynom]]e zweiter Art || [[Tschebyschow-Polynom]]e erster Art, mit &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; multipliziert&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;A+1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;a_i=1+a_{i-1} \cdot A&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;a_0=0&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt; [[Repunit]]s zur Basis A ||&amp;lt;math&amp;gt;(A^n+1)&amp;lt;/math&amp;gt; -Folge&lt;br /&gt;
|}&lt;br /&gt;
Es gibt aber auch viele weitere Spezialfälle, die zu Folgen führen, die einen [[On-Line Encyclopedia of Integer Sequences|OEIS]]-Eintrag haben und somit in der Mathematik ebenfalls eine gewisse Rolle spielen. Es folgen ein paar Beispiele:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt; U(P,Q) &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt; V(P,Q) &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 1, 0, -1, -1, 0, 1, 1, 0, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A128834}}) || &amp;lt;math&amp;gt; 2, 1, -1, -2, -1, 1, 2, 1, -1, -2, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A087204}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 1, -1, -3, -1, 5, 7, -3, -17, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A107920}}) || &amp;lt;math&amp;gt; 2, 1, -3, -5, 1, 11, 9, -13, -31, -5, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A002249}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001477}}) || &amp;lt;math&amp;gt; 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A007395}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 2, 2, 0, -4, -8, -8, 0, 16, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A009545}}) || &amp;lt;math&amp;gt; 2, 2, 0, -4, -8, -8, 0, 16, 32, 32, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A009545}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 2, 1, -4, -11, -10, 13, 56, 73, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A088137}}) || &amp;lt;math&amp;gt; 2, 2, -2, -10, -14, 2, 46, 86, 34, -190, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 2, 0, -8, -16, 0, 64, 128, 0, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A088138}}) || &amp;lt;math&amp;gt; 2, 2, -4, -16, -16, 32, 128, 128, -256, -1024, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 2, -1, -12, -19, 22, 139, 168, -359, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A045873}}) || &amp;lt;math&amp;gt; 2, 2, -6, -22, -14, 82, 234, 58, -1054, -2398, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-10&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 3, 19, 87, 451, 2223, 11179, 55767, 279091, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015528}}) || &amp;lt;math&amp;gt; 2, 3, 29, 117, 641, 3093, 15689, 77997, 390881, 1952613, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-5&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 14, 57, 241, 1008, 4229, 17727, 74326, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015523}}) || &amp;lt;math&amp;gt; 2, 3, 19, 72, 311, 1293, 5434, 22767, 95471, 400248, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A072263}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-4&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 3, 13, 51, 205, 819, 3277, 13107, 52429, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015521}}) || &amp;lt;math&amp;gt; 2, 3, 17, 63, 257, 1023, 4097, 16383, 65537, 262143, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A201455}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-3&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 12, 45, 171, 648, 2457, 9315, 35316, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A030195}}) || &amp;lt;math&amp;gt; 2, 3, 15, 54, 207, 783, 2970, 11259, 42687, 161838, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A172012}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 11, 39, 139, 495, 1763, 6279, 22363, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A007482}}) || &amp;lt;math&amp;gt; 2, 3, 13, 45, 161, 573, 2041, 7269, 25889, 92205, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A206776}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 10, 33, 109, 360, 1189, 3927, 12970, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A006190}}) || &amp;lt;math&amp;gt; 2, 3, 11, 36, 119, 393, 1298, 4287, 14159, 46764, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A006497}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 8, 21, 55, 144, 377, 987, 2584, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001906}}) || &amp;lt;math&amp;gt; 2, 3, 7, 18, 47, 123, 322, 843, 2207, 5778, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A005248}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 3, 4, -3, -29, -72, -71, 147, 796, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A0190959}}) || &amp;lt;math&amp;gt; 2, 3, -1, -18, -49, -57, 74, 507, 1151, 918, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-5&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 4, 21, 104, 521, 2604, 13021, 65104, 325521, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015531}}) || &amp;lt;math&amp;gt; 2, 4, 26, 124, 626, 3124, 15626, 78124, 390626, 1953124, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A087404}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-3&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 4, 19, 88, 409, 1900, 8827, 41008, 190513, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015530}}) || &amp;lt;math&amp;gt; 2, 4, 22, 100, 466, 2164, 10054, 46708, 216994, 1008100, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A080042}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 4, 18, 80, 356, 1584, 7048, 31360, 139536, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A090017}}) || &amp;lt;math&amp;gt; 2, 4, 20, 88, 392, 1744, 7760, 34528, 153632, 683584, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 4, 17, 72, 305, 1292, 5473, 23184, 98209, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001076}}) || &amp;lt;math&amp;gt; 2, 4, 18, 76, 322, 1364, 5778, 24476, 103682, 439204, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A014448}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 4, 15, 56, 209, 780, 2911, 10864, 40545, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001353}}) || &amp;lt;math&amp;gt; 2, 4, 14, 52, 194, 724, 2702, 10084, 37634, 140452, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A003500}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 4, 14, 48, 164, 560, 1912, 6528, 22288, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A007070}}) || &amp;lt;math&amp;gt; 2, 4, 12, 40, 136, 464, 1584, 5408, 18464, 63040, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A056236}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 4, 13, 40, 121, 364, 1093, 3280, 9841, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A003462}}) || &amp;lt;math&amp;gt; 2, 4, 10, 28, 82, 244, 730, 2188, 6562, 19684, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A034472}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 4, 12, 32, 80, 192, 448, 1024, 2304, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A001787}}) || &amp;lt;math&amp;gt; 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A000079}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-6&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 5, 31, 185, 1111, 6665, 39991, 239945, 1439671, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015540}}) || &amp;lt;math&amp;gt; 2, 5, 37, 215, 1297, 7775, 46657, 279935, 1679617, 10077695, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A0274074}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-3&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 5, 28, 155, 859, 4760, 26377, 146165, 809956, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015536}}) || &amp;lt;math&amp;gt; 2, 5, 31, 170, 943, 5225, 28954, 160445, 889087, 4926770, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 5, 27, 145, 779, 4185, 22483, 120785, 648891, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015535}}) || &amp;lt;math&amp;gt; 2, 5, 29, 155, 833, 4475, 24041, 129155, 693857, 3727595, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 5, 26, 135, 701, 3640, 18901, 98145, 509626, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A052918}}) || &amp;lt;math&amp;gt; 2, 5, 27, 140, 727, 3775, 19602, 101785, 528527, 2744420, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A087130}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; |||  ||  || &amp;lt;math&amp;gt; 0, 1, 5, 24, 115, 551, 2640, 12649, 60605, 290376, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A004254}}) || &amp;lt;math&amp;gt; 2, 5, 23, 110, 527, 2525, 12098, 57965, 277727, 1330670, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A003501}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 5, 21, 85, 341, 1365, 5461, 21845, 87381, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A002450}}) || &amp;lt;math&amp;gt; 2, 5, 17, 65, 257, 1025, 4097, 16385, 65537, 262145, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A052539}})&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;8&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-9&amp;lt;/math&amp;gt; ||| &amp;lt;math&amp;gt;9&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt; || &amp;lt;math&amp;gt; 0, 1, 8, 73, 656, 5905, 53144, 478297, 4304672, 38742049, \ldots&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;({{OEIS|A015577}}) || &amp;lt;math&amp;gt; 2, 8, 82, 728, 6562, 59048, 531442, 4782968, 43046722, 387420488, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Die allgemeinen Lucas-Folgen &amp;#039;&amp;#039;U(P,Q)&amp;#039;&amp;#039;, &amp;#039;&amp;#039;V(P,Q)&amp;#039;&amp;#039; und die Primzahlen ==&lt;br /&gt;
&lt;br /&gt;
Die allgemeinen Lucas-Folgen &amp;lt;math&amp;gt;U(P,Q)\,&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;V(P,Q)\,&amp;lt;/math&amp;gt; haben für ganzzahlige Parameter &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; eine spezielle Eigenschaft hinsichtlich der Teilbarkeit durch Primzahlen. Diese Eigenschaft wurde für Verfahren zur Bestimmung der Primalität einer Zahl angewandt (siehe auch [[Lucas-Lehmer-Test]]).&amp;lt;ref&amp;gt;Siehe das schon angegebene Kapitel im Buch von Ribenboim.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Die Folgen U(P,Q) ===&lt;br /&gt;
Für  alle Lucas-Folgen &amp;lt;math&amp;gt;U_n(P,Q) = \frac{a^n - b^n}{a-b}&amp;lt;/math&amp;gt; gilt:&lt;br /&gt;
: Ist &amp;#039;&amp;#039;p&amp;#039;&amp;#039; eine Primzahl, so ist &amp;lt;math&amp;gt;U_p(P,Q)-\left(\frac Dp\right)&amp;lt;/math&amp;gt; durch &amp;#039;&amp;#039;p&amp;#039;&amp;#039; teilbar.&lt;br /&gt;
Dabei ist &amp;lt;math&amp;gt;\left(\frac Dp\right)&amp;lt;/math&amp;gt; das [[Legendre-Symbol]].&lt;br /&gt;
&lt;br /&gt;
Es existieren auch zusammengesetzte Zahlen, die diese Bedingung erfüllen. Diese Zahlen nennt man &amp;#039;&amp;#039;&amp;#039;Lucas-Pseudoprimzahlen&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Die Folgen V(P,Q) ===&lt;br /&gt;
Für alle Lucas-Folgen &amp;lt;math&amp;gt;V_n(P,Q) = a^n + b^n\ &amp;lt;/math&amp;gt; gilt:&lt;br /&gt;
: Ist &amp;#039;&amp;#039;p&amp;#039;&amp;#039; eine Primzahl, so ist &amp;lt;math&amp;gt;V_p(P,Q) - P\ &amp;lt;/math&amp;gt; durch &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; teilbar.&lt;br /&gt;
Eine [[zusammengesetzte Zahl]], die diese Bedingung (im Fall von &amp;lt;math&amp;gt;P &amp;gt; 0&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;Q = \pm 1&amp;lt;/math&amp;gt;) erfüllt, heißt &amp;#039;&amp;#039;&amp;#039;Fibonacci-Pseudoprimzahl&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Besonders interessant ist die Teilbarkeitsbedingung für die Folge &amp;lt;math&amp;gt;V_n(3,2) = a^n + b^n = 2^n+1\ &amp;lt;/math&amp;gt;. Für diese Folge gilt nämlich:&lt;br /&gt;
: Wenn &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; eine Primzahl ist, dann gilt: &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; teilt &amp;lt;math&amp;gt;2^n+1-3 = 2^n-2\ &amp;lt;/math&amp;gt;.&lt;br /&gt;
Dies ist eine spezielle Form des [[Kleiner Fermatscher Satz|kleinen Fermatschen Satz]].&lt;br /&gt;
&lt;br /&gt;
Analog zu &amp;lt;math&amp;gt;a^p \equiv a \mod p&amp;lt;/math&amp;gt; gilt hier &amp;lt;math&amp;gt;V_p(a+1,a) \equiv V_1(a+1,a) \mod p&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Die spezielle Lucas-Folge ==&lt;br /&gt;
&lt;br /&gt;
Die allgemein als Lucas-Folge bekannte Folge &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; der Lucas-Zahlen 2,&amp;amp;nbsp;1, 3, 4, 7, 11, 18, 29,&amp;amp;nbsp;… lässt sich außer durch die Rekursion &amp;lt;math&amp;gt;L_n = L_{n-1} + L_{n-2}&amp;lt;/math&amp;gt; mit den Anfangswerten &amp;lt;math&amp;gt;L_0 = 2&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;L_1 = 1&amp;lt;/math&amp;gt; auch wie folgt erzeugen:&lt;br /&gt;
&lt;br /&gt;
# Wie im allgemeinen Fall für die Folgen &amp;lt;math&amp;gt;V_n&amp;lt;/math&amp;gt; erwähnt, über die Formel von Binet (nach [[Jacques Philippe Marie Binet]]):&lt;br /&gt;
#: &amp;lt;math&amp;gt;L_n = \left(\frac{1+\sqrt{5}}{2}\right)^n+\left(\frac{1-\sqrt{5}}{2}\right)^n&amp;lt;/math&amp;gt;, da &amp;lt;math&amp;gt;a= \frac{1 + \sqrt{5}}{2}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;b= \frac{1 - \sqrt{5}}{2}&amp;lt;/math&amp;gt; gilt. &amp;#039;&amp;#039;a&amp;#039;&amp;#039; ist übrigens die [[Goldener Schnitt|goldene Zahl]] &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Eine andere rekursive Formel (mit [[Gaußklammer]]):&lt;br /&gt;
#: &amp;lt;math&amp;gt;L_{n+1} = \left\lfloor\frac{L_n(1+\sqrt{5})+1}{2}\right\rfloor&amp;lt;/math&amp;gt;&lt;br /&gt;
# Als Summe zweier Glieder der [[Fibonacci-Folge]]:&lt;br /&gt;
#: &amp;lt;math&amp;gt;L_n = f_{n-1} + f_{n+1}\ &amp;lt;/math&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
Nach 1) lässt sich alternativ auch &amp;lt;math&amp;gt;L_n = \Phi^n + (1 - \Phi)^n&amp;lt;/math&amp;gt; schreiben. Da für &amp;lt;math&amp;gt;n &amp;gt; 1&amp;lt;/math&amp;gt; der Betrag von &amp;lt;math&amp;gt;(1 - \Phi)^n&amp;lt;/math&amp;gt; stets kleiner 0,5 ist, ergibt sich die Eigenschaft, dass die &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-te (&amp;lt;math&amp;gt;n &amp;gt; 1&amp;lt;/math&amp;gt;) Lucaszahl dem gerundeten Wert der Golden Zahl zur Potenz &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; entspricht: &amp;lt;math&amp;gt;L_n = \left\lfloor{\Phi^n + \frac12}\right\rfloor&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Reziproke Reihe ===&lt;br /&gt;
&lt;br /&gt;
Der Grenzwert der absolut konvergierenden reziproken Reihe spezieller Lucas-Zahlen&lt;br /&gt;
* &amp;lt;math&amp;gt;\sum_{n=0}^{\infty} \frac {1}{L_{2^n}} &amp;lt;/math&amp;gt;&lt;br /&gt;
ist [[irrational]].&amp;lt;ref&amp;gt;Paulo Ribenboim: &amp;#039;&amp;#039;Meine Zahlen, meine Freunde: Glanzlichter der Zahlentheorie.&amp;#039;&amp;#039; Springer-Lehrbuch, 2009, ISBN 978-3-540-87955-8, S. 323.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== {{anker|Lucas-Primzahlen}} Lucas-Primzahlen ===&lt;br /&gt;
Eine &amp;#039;&amp;#039;&amp;#039;Lucas-Primzahl&amp;#039;&amp;#039;&amp;#039; ist eine Lucas-Zahl, die prim ist. Die kleinsten Lucas-Primzahlen lauten:&lt;br /&gt;
: 2, 3, 7, 11, 29, 47, 199, 521, 2207, 3571, 9349, 3010349, 54018521, 370248451, 6643838879, 119218851371, 5600748293801, 688846502588399, 32361122672259149, 412670427844921037470771, … ({{OEIS|A005479}})&lt;br /&gt;
Für diese Lucas-Primzahlen ist der Index &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; von &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; der folgende:&lt;br /&gt;
: 0, 2, 4, 5, 7, 8, 11, 13, 16, 17, 19, 31, 37, 41, 47, 53, 61, 71, 79, 113, 313, 353, 503, 613, 617, 863, 1097, 1361, 4787, 4793, 5851, 7741, 8467, 10691, 12251, 13963, 14449, 19469, 35449, 36779, 44507, 51169, 56003, 81671, 89849, 94823, 140057, 148091, 159521, 183089, 193201, 202667, 344293, 387433, 443609, 532277, 574219, 616787, 631181, 637751, 651821, 692147, 901657, 1051849, … ({{OEIS|A001606}})&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Beispiel:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
::: Es ist &amp;lt;math&amp;gt;L_6=18&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;L_5=11&amp;lt;/math&amp;gt;. Somit ist &amp;lt;math&amp;gt;L_7=L_6+L_5=18+11=29 \in \mathbb P&amp;lt;/math&amp;gt; eine Primzahl. Tatsächlich taucht der Index &amp;lt;math&amp;gt;n=7&amp;lt;/math&amp;gt; in obiger Liste an der 5. Stelle auf, weil er zur fünftkleinsten Lucas-Primzahl &amp;lt;math&amp;gt;L_7=29&amp;lt;/math&amp;gt; führt.&lt;br /&gt;
Es gelten folgende zwei Eigenschaften für Lucas-Primzahlen:&lt;br /&gt;
* Wenn &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; eine Primzahl ist, dann ist der Index &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; entweder gleich &amp;lt;math&amp;gt;0&amp;lt;/math&amp;gt; oder eine selbst Primzahl oder eine [[Zweierpotenz]].&amp;lt;ref name=&amp;quot;PrimePages&amp;quot;&amp;gt;&lt;br /&gt;
{{Internetquelle&lt;br /&gt;
| url     = https://primes.utm.edu/glossary/page.php?sort=LucasPrime&lt;br /&gt;
| titel   = Lucas prime&lt;br /&gt;
| hrsg    = Prime Pages&lt;br /&gt;
| sprache = englisch&lt;br /&gt;
| autor   = Chris K. Caldwell&lt;br /&gt;
| zugriff = 2020-03-01&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;L_{2^m}&amp;lt;/math&amp;gt; ist eine Primzahl für &amp;lt;math&amp;gt;m \in \{ 1,2,3,4 \}&amp;lt;/math&amp;gt;. Für keine anderen &amp;#039;&amp;#039;bekannten&amp;#039;&amp;#039; Werte von &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; erhält man weitere Primzahlen.&lt;br /&gt;
Es wird [[Vermutung (Mathematik)|vermutet]], dass es unendlich viele Lucas-Primzahlen gibt.&amp;lt;ref name=&amp;quot;PrimePages&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Zusammenhang zur Artinschen Konstante ==&lt;br /&gt;
&lt;br /&gt;
Die Artinsche Konstante, benannt nach Emil Artin, ist definiert durch&lt;br /&gt;
:&amp;lt;math&amp;gt; C_{\mathrm{Artin}} = \prod_{p \ \text{Primzahl}} \left( 1 - \frac{1}{p(p-1)}\right) = \left( 1 - \frac{1}{2 \cdot 1}\right)\left( 1 - \frac{1}{3 \cdot 2}\right)\left( 1 - \frac{1}{5 \cdot 4}\right) \cdots = 0{,}3739558136\ldots .&amp;lt;/math&amp;gt;&lt;br /&gt;
Dabei bezeichnet &amp;lt;math&amp;gt;\textstyle \prod&amp;lt;/math&amp;gt; das [[Produktsymbol]], wobei sich das Produkt über alle Primzahlen erstreckt. Die Konstante &amp;lt;math&amp;gt;C_{\mathrm{Artin}}&amp;lt;/math&amp;gt; taucht in einer tiefen Vermutung von Artin über die asymptotische [[Dichte (Mathematik)|Dichte]] von [[Primzahl]]en, die [[Primitivwurzel]]n zu einer gegebenen Zahl sind, auf.&amp;lt;ref&amp;gt;S. R. Finch: &amp;#039;&amp;#039;Mathematical Constants&amp;#039;&amp;#039;, Encyclopedia of Mathematics and its Applications 94, Cambridge University Press, 2003, S. 104.&amp;lt;/ref&amp;gt; Eine Primitivwurzel zu einer Primzahl &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; ist eine ganze Zahl, deren Potenzen, bis auf Vielfache von &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;, alle Zahlen zwischen &amp;lt;math&amp;gt;1 \leq n \leq p-1&amp;lt;/math&amp;gt; erzeugen können. Zum Beispiel ist &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; eine Primitivwurzel bezüglich &amp;lt;math&amp;gt;p = 5&amp;lt;/math&amp;gt;, denn die ersten echten Potenzen der &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; sind &amp;lt;math&amp;gt;3, 9, 27, 81&amp;lt;/math&amp;gt; und bis auf Vielfache von &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; entspricht dies den Zahlen &amp;lt;math&amp;gt;3, 4, 2, 1&amp;lt;/math&amp;gt;. Die Artinsche Vermutung besagt, grob gesprochen, dass zu festem &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; die Menge der Primzahlen, so dass &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; eine Primitivwurzel zu &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; ist, die asymptotische Dichte &amp;lt;math&amp;gt;C_{\mathrm{Artin}}&amp;lt;/math&amp;gt; innerhalb aller Primzahlen hat. Also haben ca. 37 % der Primzahlen diese Eigenschaft, unabhängig von &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. Jedoch muss &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; dafür bestimmte Voraussetzungen erfüllen.&lt;br /&gt;
&lt;br /&gt;
Bezeichnet &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; die &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-te [[Lucas-Zahl]], so gilt die Formel&lt;br /&gt;
:&amp;lt;math&amp;gt; C_{\mathrm{Artin}} = \prod_{n=2}^\infty \zeta(n)^{-\frac1n \sum_{k|n} L_k \mu\left( \frac{n}{k}\right)} = \frac{1}{\zeta(2)\zeta(3)\zeta(4)\zeta(5)^2 \zeta(6)^2 \zeta(7)^4 \zeta(8)^5 \zeta(9)^8 \cdots}.&amp;lt;/math&amp;gt;&lt;br /&gt;
Dabei bedeutet &amp;lt;math&amp;gt;k|n&amp;lt;/math&amp;gt; in der Summe, dass &amp;lt;math&amp;gt;k&amp;gt;0&amp;lt;/math&amp;gt; die Zahl &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; [[Teilbarkeit|teilt]], und es ist &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; die [[Möbiusfunktion]] sowie &amp;lt;math&amp;gt;\zeta&amp;lt;/math&amp;gt; die [[Riemannsche Zeta-Funktion]].&amp;lt;ref&amp;gt;S. R. Finch: &amp;#039;&amp;#039;Mathematical Constants&amp;#039;&amp;#039;, Encyclopedia of Mathematics and its Applications 94, Cambridge University Press, 2003, S. 105.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siehe auch ==&lt;br /&gt;
* [[lineare Differenzengleichung]]&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* [[Paulo Ribenboim]]: &amp;#039;&amp;#039;Die Welt der Primzahlen&amp;#039;&amp;#039;. Springer Verlag, 1996&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* {{MathWorld |id=LucasNumber |title=Lucas Number}}&lt;br /&gt;
* {{MathWorld |id=LucasSequence |title=Lucas Sequence}}&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Folge ganzer Zahlen]]&lt;br /&gt;
[[Kategorie:Ganzzahlmenge]]&lt;br /&gt;
[[Kategorie:Primzahl]]&lt;br /&gt;
[[Kategorie:Zahlentheorie]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Laytay123</name></author>
	</entry>
</feed>