login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096324 a(n) = prime(3^prime(n)). 0
23, 103, 1543, 19289, 2412779, 25485211, 2666790167, 26684834641, 2593131866483, 2358539553316997, 22624672879215149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A038833(A000040(n)). - Amiram Eldar, Jul 01 2024
EXAMPLE
a(1) = prime(3^prime(1)) = prime(3^2) = prime(9) = 23.
MATHEMATICA
Table[ Prime[ 3^Prime[n]], {n, 9}] (* Robert G. Wilson v, Aug 07 2004 *)
PROG
(PARI) a(n)=prime(3^prime(n)) \\ Charles R Greathouse IV, Nov 02 2014
CROSSREFS
Subsequence of A038833.
Sequence in context: A129918 A240839 A138715 * A044274 A044655 A231439
KEYWORD
nonn,hard,more
AUTHOR
Cino Hilliard, Aug 02 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Aug 07 2004
a(10)-a(11) from Charles R Greathouse IV, Nov 02 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 19 20:07 EDT 2024. Contains 375310 sequences. (Running on oeis4.)