Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Pell number

In mathematics, the Pell numbers and Companion Pell Numbers (Pell-Lucas Numbers) are both sequences of integers.

Pell numbers

The Pell numbers are defined recursively by:

F(n)=   \left\{    \begin{matrix}     0\,,\qquad\qquad\qquad\quad\,\ \ \,&&\mbox{if }n=0\,;\ \ \\     1,\qquad\qquad\qquad\qquad\,&&\mbox{if }n=1;\ \ \,\\     2F(n-1)+F(n-2)&&\mbox{otherwise.}    \end{matrix}   \right.

In words: you start with 0 and 1, and then produce the next Pell number by adding twice the previous Pell number to the Pell number before that. The first few terms of the sequence are 0, 1, 2, 5, 12, 29, 70, 169, 408 ...

Companion Pell Numbers (Pell-Lucas Numbers)

The Companion Pell numbers are defined recursively by:

F(n)=   \left\{    \begin{matrix}     2\,,\qquad\qquad\qquad\quad\,\ \ \,&&\mbox{if }n=0\,;\ \ \\     2,\qquad\qquad\qquad\qquad\,&&\mbox{if }n=1;\ \ \,\\     2F(n-1)+F(n-2)&&\mbox{otherwise.}    \end{matrix}   \right.

In words: you start with 2 and 2, and then produce the next Pell number by adding twice the previous Pell number to the Pell number before that. The first few terms of the sequence are 2, 2, 6, 14, 34, 82, 198 , 478 ...

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy