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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104297 a(n+1)=prime((a(n)+1)/2), a(1)=21. 2
21, 31, 53, 103, 239, 659, 2213, 8887, 42473, 240151, 1584607, 12069311, 105036509, 1034651039, 11438277847, 142253144233, 1946420671121, 29165259660989 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All primes except a(1) which is any odd integer; a(1)=21 the least integer missing in A104296 and A104298.

MATHEMATICA

a[1] = 21; a[n_] := a[n] = Prime[(a[n - 1] + 1)/2]; Table[ a[n], {n, 18}] (from Robert G. Wilson v Mar 24 2005)

CROSSREFS

Cf. A104296, A104298, A104299, A104300, A104301, A104302, A104303, A104304.

Sequence in context: A113762 A032585 A138822 * A106324 A032013 A176558

Adjacent sequences:  A104294 A104295 A104296 * A104298 A104299 A104300

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Mar 20 2005

EXTENSIONS

a(14), a(15), a(16), a(17) & a(18) from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 24 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 17 10:05 EST 2012. Contains 206009 sequences.