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 A096326 #13 Jul 01 2024 02:39:46 %S A096326 97,691,28687,994837,958200857,28089376111,22671428650501, %T A096326 630280777956749,472916224088644129 %N A096326 a(n) = prime(5^prime(n)). %F A096326 a(n) = A055680(A000040(n)). - _Amiram Eldar_, Jul 01 2024 %e A096326 a(1) = prime(5^prime(1)) = prime(5^2) = prime(25) = 97. %t A096326 Table[ Prime[ 5^Prime[n]], {n, 7}] (* _Robert G. Wilson v_, Aug 07 2004 *) %o A096326 (PARI) f(n,m) = forprime(x=2,n,print1(prime(m^x)",")) %Y A096326 Cf. A000040, A055680. %K A096326 nonn,hard,more %O A096326 1,1 %A A096326 _Cino Hilliard_, Aug 02 2004 %E A096326 Edited and extended by _Robert G. Wilson v_, Aug 07 2004 %E A096326 a(8)-a(9) from _Amiram Eldar_, Jul 01 2024