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.

A368326 a(0) = 0; a(n) = (1+a(n-1))^4 for n > 0.

Original entry on oeis.org

0, 1, 16, 83521, 48663522406470666256, 5608079543150183734470340565498778265577622654664540468785094021747120982222401
Offset: 0

Views

Author

Michael De Vlieger, Dec 21 2023

Keywords

Crossrefs

Programs

  • Mathematica
    {0}~Join~NestList[(# + 1)^4 &, 1, 5]