Jacobsthal number

From testwiki
Jump to navigation Jump to search

Template:Short description In mathematics, the Jacobsthal numbers are an integer sequence named after the German mathematician Ernst Jacobsthal. Like the related Fibonacci numbers, they are a specific type of Lucas sequence Un(P,Q) for which P = 1, and Q = −2[1]—and are defined by a similar recurrence relation: in simple terms, the sequence starts with 0 and 1, then each following number is found by adding the number before it to twice the number before that. The first Jacobsthal numbers are:

0, 1, 1, 3, 5, 11, 21, 43, 85, 171, 341, 683, 1365, 2731, 5461, 10923, 21845, 43691, 87381, 174763, 349525, … Template:OEIS

A Jacobsthal prime is a Jacobsthal number that is also prime. The first Jacobsthal primes are:

3, 5, 11, 43, 683, 2731, 43691, 174763, 2796203, 715827883, 2932031007403, 768614336404564651, 201487636602438195784363, 845100400152152934331135470251, 56713727820156410577229101238628035243, … Template:OEIS

Jacobsthal numbers

Jacobsthal numbers are defined by the recurrence relation:

Jn={0if n=0;1if n=1;Jn1+2Jn2if n>1.

The next Jacobsthal number is also given by the recursion formula

Jn+1=2Jn+(1)n,

or by

Jn+1=2nJn.

The second recursion formula above is also satisfied by the powers of 2.

The Jacobsthal number at a specific point in the sequence may be calculated directly using the closed-form equation:[2]

Jn=2n(1)n3.

The generating function for the Jacobsthal numbers is

x(1+x)(12x).

The sum of the reciprocals of the Jacobsthal numbers is approximately 2.7186, slightly larger than e.

The Jacobsthal numbers can be extended to negative indices using the recurrence relation or the explicit formula, giving

Jn=(1)n+1Jn/2n (see Template:OEIS2C)

The following identities holds

2n(Jn+Jn)=3Jn2 (see Template:OEIS2C)
Jn=Fn+i=0n2JiFni1 where Fn is the nth Fibonacci number.

Jacobsthal–Lucas numbers

Jacobsthal–Lucas numbers represent the complementary Lucas sequence Vn(1,2). They satisfy the same recurrence relation as Jacobsthal numbers but have different initial values:

jn={2if n=0;1if n=1;jn1+2jn2if n>1.

The following Jacobsthal–Lucas number also satisfies:[2]

jn+1=2jn3(1)n.

The Jacobsthal–Lucas number at a specific point in the sequence may be calculated directly using the closed-form equation:[2]

jn=2n+(1)n.

The first Jacobsthal–Lucas numbers are:

2, 1, 5, 7, 17, 31, 65, 127, 257, 511, 1025, 2047, 4097, 8191, 16385, 32767, 65537, 131071, 262145, 524287, 1048577, … Template:OEIS.

Jacobsthal Oblong numbers

The first Jacobsthal Oblong numbers are: 0, 1, 3, 15, 55, 231, 903, 3655, 14535, 58311, … Template:OEIS

Jon=JnJn+1

References

Template:Reflist

Template:Classes of natural numbers