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 A182148 #8 Sep 08 2022 08:45:55 %S A182148 1,0,1,1,16,243,15625,2097152,815730721,794280046581,2064377754059776, %T A182148 13931233916552734375,246990403565262140303521, %U A182148 11447545997288281555215581184,1389897885974444705448234373058929,441692732032956477538220683055593208393 %N A182148 a(n) = Fibonacci(n-1)^n. %H A182148 Vincenzo Librandi, <a href="/A182148/b182148.txt">Table of n, a(n) for n = 0..70</a> %t A182148 Table[Fibonacci[n-1]^n,{n,0,20}] %o A182148 (Magma) [Fibonacci(n-1)^n: n in [0..15]]; %Y A182148 Cf. A000045, A100399, A210343. %K A182148 nonn,easy %O A182148 0,5 %A A182148 _Vincenzo Librandi_, Jul 04 2012