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.

A174351 a(n) = lambda(Fibonacci(n)).

Original entry on oeis.org

1, 1, -1, -1, -1, -1, -1, 1, 1, 1, -1, 1, -1, 1, -1, -1, -1, -1, 1, 1, -1, 1, -1, -1, -1, 1, 1, 1, -1, -1, 1, 1, -1, 1, -1, 1, -1, -1, -1, 1, 1, -1, -1, -1, -1, -1, -1, 1, -1, 1, -1, 1, 1, 1, 1, -1, -1, -1, 1, 1, 1, -1, -1, 1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, -1, 1, 1, 1, -1, -1, -1
Offset: 1

Views

Author

Michel Lagneau, Mar 16 2010

Keywords

Examples

			L(Fibonacci(1))= L(Fibonacci(2))= L(1)= 1.
L(Fibonacci(3))= L(2) = -1.
L(Fibonacci(12))= L(144)= 1.
		

Crossrefs

Programs

Formula

a(n) = A008836(A000045(n)).

Extensions

Examples edited by Harvey P. Dale, Dec 02 2022