A250494 (n^8)-th Fibonacci number.
0, 1, 141693817714056513234709965875411919657707794958199867
Offset: 0
Keywords
Programs
-
Maple
a:= n-> (<<0|1>, <1|1>>^(n^8))[1, 2]: seq(a(n), n=0..3);
Formula
a(n) = A000045(n^8).
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.