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.

A051122 a(n) = Fibonacci(n) AND Fibonacci(n+1).

Original entry on oeis.org

0, 1, 0, 2, 1, 0, 8, 5, 0, 34, 17, 16, 128, 105, 96, 578, 537, 536, 16, 4165, 2624, 2, 17697, 9504, 9472, 65553, 55808, 55618, 317489, 299040, 295432, 2053, 2163968, 1377506, 263361, 8437888, 6328368, 5247017, 38010912, 33623682, 1576009, 165153832
Offset: 0

Views

Author

Keywords

Examples

			Fibonacci(6) = 8 = 1000_2, Fibonacci(7) = 13 = 1101_2, logical "AND" is 1000_2 = 8, so a(6)=8.
		

Crossrefs

Programs

Formula

A000045(n+2) = a(n) + A051123(n) = A051124(n) + 2*a(n). - Antti Karttunen, Dec 03 2012

Extensions

More terms from Robert Lozyniak (11(AT)onna.com)