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.

A168089 a(n) = 2^pentanacci(n).

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 4, 16, 256, 65536, 2147483648, 2305843009213693952, 1329227995784915872903807060280344576, 110427941548649020598956093796432407239217743554726184882600387580788736
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    2^LinearRecurrence[{1, 1, 1, 1, 1}, {0, 0, 0, 0, 1}, 15] (* Vincenzo Librandi, Dec 09 2018 *)

Formula

a(n) = 2^A001591(n).