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.

A096324 a(n) = prime(3^prime(n)).

This page as a plain text file.
%I A096324 #13 Jul 01 2024 02:39:19
%S A096324 23,103,1543,19289,2412779,25485211,2666790167,26684834641,
%T A096324 2593131866483,2358539553316997,22624672879215149
%N A096324 a(n) = prime(3^prime(n)).
%F A096324 a(n) = A038833(A000040(n)). - _Amiram Eldar_, Jul 01 2024
%e A096324 a(1) = prime(3^prime(1)) = prime(3^2) = prime(9) = 23.
%t A096324 Table[ Prime[ 3^Prime[n]], {n, 9}] (* _Robert G. Wilson v_, Aug 07 2004 *)
%o A096324 (PARI) a(n)=prime(3^prime(n)) \\ _Charles R Greathouse IV_, Nov 02 2014
%Y A096324 Subsequence of A038833.
%K A096324 nonn,hard,more
%O A096324 1,1
%A A096324 _Cino Hilliard_, Aug 02 2004
%E A096324 Edited and extended by _Robert G. Wilson v_, Aug 07 2004
%E A096324 a(10)-a(11) from _Charles R Greathouse IV_, Nov 02 2014