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.

A259925 a(n) = (n^2 - n - 1)^n.

Original entry on oeis.org

1, -1, 1, 125, 14641, 2476099, 594823321, 194754273881, 83733937890625, 45848500718449031, 31181719929966183601, 25804264053054077850709, 25542038069936263923006961, 29806575070123343006591796875, 40504199006061377874300161158921
Offset: 0

Views

Author

Ilya Gutkovskiy, Jul 09 2015

Keywords

Comments

(n^2-n-1) is the Fibonacci polynomial; so (n^2 - n - 1)^n = 0 has a single root phi (A001622).

Examples

			For n = 0, a(0) = (0^2 - 0 - 1)^0 = (-1)^0 = 1.
		

Crossrefs

Cf. A165900.

Programs

Formula

a(n) = A165900(n)^n.

Extensions

More terms from Vincenzo Librandi, Jul 10 2015