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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104294 p[(p[n]+1)/2], p[n] is n-th prime. 3
3, 5, 7, 13, 17, 23, 29, 37, 47, 53, 67, 73, 79, 89, 103, 113, 127, 139, 151, 157, 173, 181, 197, 227, 233, 239, 251, 257, 269, 311, 317, 347, 349, 379, 383, 401, 421, 433, 449, 463, 467, 503, 509, 523, 541, 577, 613, 619, 631 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

n=1 is a degenerate case because p[1]=2, (p[n]+1)/2=3/2 and there is no p[3/2]. p[(p[n]-1)/2] A104293, A104294(n)-A104293(n)=A104295(n)

FORMULA

A104294(n)= A104293(n+1)

EXAMPLE

a(5)=13 because p((p(5)+1)/2)=p((11+1)/2)=p(6)=13, a(7)=23 because p((p(7)+1)/2)=p((17+1)/2)=p(9)=23.

MATHEMATICA

Table[Prime[(Prime[n]+1)/2], {n, 2, 50}]

CROSSREFS

Cf. A104293, A104294.

Sequence in context: A032397 A028879 A067567 * A171566 A137270 A071111

Adjacent sequences:  A104291 A104292 A104293 * A104295 A104296 A104297

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Feb 28 2005

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 14 19:37 EST 2012. Contains 205663 sequences.