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.

A090241 a(n) = F(n)^F(n+1), where F is the Fibonacci sequence A000045.

This page as a plain text file.
%I A090241 #10 Jul 05 2022 11:01:35
%S A090241 0,1,1,8,243,390625,549755813888,247064529073450392704413,
%T A090241 902518308877795191433240103403256374623457081,
%U A090241 1703493329567268465942478062534694113318852014472240119495402716475481522933726183424
%N A090241 a(n) = F(n)^F(n+1), where F is the Fibonacci sequence A000045.
%e A090241 a(3) = 2^3 = 8.
%t A090241 #[[1]]^#[[2]]&/@Partition[Fibonacci[Range[0,10]],2,1] (* _Harvey P. Dale_, Jun 01 2022 *)
%Y A090241 Cf. A000045, A090242.
%K A090241 easy,nonn
%O A090241 0,4
%A A090241 _Felix Tubiana_, Jan 23 2004