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 A096325 #19 Jun 06 2024 03:49:30 %S A096325 53,311,8161,180503,71378569,1339484197,442795487221,7877263558621, %T A096325 2420094683001859,12375982557205846193,211104554420210305087, %U A096325 1025087216809475771050003 %N A096325 a(n) = prime(4^prime(n)). %F A096325 a(n) = A119772(prime(n)) = A033844(2*prime(n)). - _Amiram Eldar_, Jun 06 2024 %e A096325 a(1) = prime(4^prime(1)) = prime(4^2) = prime(16) = 53. %t A096325 Table[ Prime[4^Prime[n]], {n, 8}] (* _Robert G. Wilson v_, Aug 07 2004 *) %o A096325 (PARI) f(n,m) = forprime(x=2,n,print1(prime(m^x)",")) %Y A096325 Subsequence of A033844 and A119772. %K A096325 nonn,hard,more %O A096325 1,1 %A A096325 _Cino Hilliard_, Aug 02 2004 %E A096325 Edited and extended by _Robert G. Wilson v_, Aug 07 2004 %E A096325 a(9) from _Charles R Greathouse IV_, Nov 02 2014 %E A096325 a(10)-a(12) from A033844 added by _Amiram Eldar_, Jun 06 2024