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.

A182148 a(n) = Fibonacci(n-1)^n.

Original entry on oeis.org

1, 0, 1, 1, 16, 243, 15625, 2097152, 815730721, 794280046581, 2064377754059776, 13931233916552734375, 246990403565262140303521, 11447545997288281555215581184, 1389897885974444705448234373058929, 441692732032956477538220683055593208393
Offset: 0

Views

Author

Vincenzo Librandi, Jul 04 2012

Keywords

Crossrefs

Programs

  • Magma
    [Fibonacci(n-1)^n: n in [0..15]];
  • Mathematica
    Table[Fibonacci[n-1]^n,{n,0,20}]