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.

This page as a plain text file.
%I A167436 #6 Jun 18 2019 06:15:14
%S A167436 2,17,730,65537,9765626,2176782337,678223072850,281474976710657,
%T A167436 150094635296999122,100000000000000000001,81402749386839761113322,
%U A167436 79496847203390844133441537,91733330193268616658399616010
%N A167436 3rd Fibonacci polynomial evaluated at n^n.
%F A167436 a(n) = A002522(n^n) = 1+A062206(n). - _R. J. Mathar_, Jun 18 2019
%t A167436 Table[Fibonacci[3,n^n],{n,20}] (*and/or*) Table[(n^2)^n+1,{n,17}]
%K A167436 nonn,easy
%O A167436 1,1
%A A167436 _Vladimir Joseph Stephan Orlovsky_, Nov 03 2009