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.
%I A321663 #14 Jun 20 2023 15:04:54 %S A321663 32,2187,48828125,96889010407,505447028499293771, %T A321663 1461920290375446110677,19967568900859523802559065713, %U A321663 12129821994589221844500501021364910179,1635170022196481349560959748587682926364327,1284475787728524720826927656893473276744000042113841709 %N A321663 a(n) = prime(n)^prime(n+2). %F A321663 a(n) = prime(n)^prime(n+2). %e A321663 a(3)=48828125 because 5 is the 3rd prime, 11 is the 5th prime and 5^11=48828125. %t A321663 Array[Prime[#]^Prime[# + 2] &, 10] (* _Michael De Vlieger_, Nov 25 2018 *) %t A321663 #[[1]]^#[[3]]&/@Partition[Prime[Range[20]],3,1] (* _Harvey P. Dale_, Jun 20 2023 *) %Y A321663 Cf. A053089 (prime(n)^prime(n+1)), A000040. %K A321663 nonn,easy %O A321663 1,1 %A A321663 _Kei Ryan_, Nov 16 2018