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!)
A104298 a(n) = prime((a(n-1) + 1)/2), a(1)=15. 3
15, 19, 29, 47, 89, 197, 523, 1667, 6397, 29437, 160423, 1023227, 7552957, 63845779, 612095179, 6597973097, 79345496843, 1057111639847, 15505433597669 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All primes except a(1) which is any odd integer; 15 is first a(n) missing in A104296; various a(1)'s A104296-A104304.
LINKS
MATHEMATICA
a[1] = 15; a[n_] := a[n] = Prime[(a[n - 1] + 1)/2]; Table[ a[n], {n, 19}] (* Robert G. Wilson v, Mar 24 2005 *)
NestList[Prime[(#+1)/2]&, 15, 18] (* Harvey P. Dale, Aug 04 2018 *)
CROSSREFS
Sequence in context: A234849 A164564 A211329 * A032475 A169728 A167054
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Feb 28 2005
EXTENSIONS
a(14) - a(19) from Robert G. Wilson v, Mar 24 2005
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 May 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)