login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096324 Prime(3^p) where p is prime. 0
23, 103, 1543, 19289, 2412779, 25485211, 2666790167, 26684834641, 2593131866483 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

3^2=9, prime(9) = 23.

MATHEMATICA

Table[ Prime[ 3^Prime[n]], {n, 9}] (from Robert G. Wilson v Aug 07 2004)

PROG

(PARI) f(n, m) = forprime(x=2, n, print1(prime(m^x)", "))

CROSSREFS

Sequence in context: A142192 A129918 A138715 * A044274 A044655 A180517

Adjacent sequences:  A096321 A096322 A096323 * A096325 A096326 A096327

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 02 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 07 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 05:32 EST 2012. Contains 205860 sequences.