cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A192225 Numbers that are both Fibonacci and Pell.

Original entry on oeis.org

0, 1, 2, 5
Offset: 1

Views

Author

Jonathan Sondow, Jul 11 2011

Keywords

Comments

Alekseyev proved that the only numbers which are both Fibonacci A000045 and Pell A000129 are 0, 1, 2, and 5.

Examples

			{0, 1, 1, 2, 3, 5, 8, 13, ...} intersect {0, 1, 2, 5, 12, 29, 70, 169, ...} = {0, 1, 2, 5}.
		

Crossrefs

Formula

A000045 intersect A000129 (as sets).