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.
%I A250494 #3 Nov 24 2014 10:44:29 %S A250494 0,1,141693817714056513234709965875411919657707794958199867 %N A250494 (n^8)-th Fibonacci number. %F A250494 a(n) = A000045(n^8). %p A250494 a:= n-> (<<0|1>, <1|1>>^(n^8))[1, 2]: %p A250494 seq(a(n), n=0..3); %Y A250494 Column k=8 of A250486. %Y A250494 Cf. A000045. %K A250494 nonn %O A250494 0,3 %A A250494 _Alois P. Heinz_, Nov 24 2014