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.

A167436 3rd Fibonacci polynomial evaluated at n^n.

Original entry on oeis.org

2, 17, 730, 65537, 9765626, 2176782337, 678223072850, 281474976710657, 150094635296999122, 100000000000000000001, 81402749386839761113322, 79496847203390844133441537, 91733330193268616658399616010
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Table[Fibonacci[3,n^n],{n,20}] (*and/or*) Table[(n^2)^n+1,{n,17}]

Formula

a(n) = A002522(n^n) = 1+A062206(n). - R. J. Mathar, Jun 18 2019