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!)
A071329 Largest prime q such that q - prime(n) <= n. 1
3, 5, 7, 11, 13, 19, 23, 23, 31, 37, 41, 47, 53, 53, 61, 67, 73, 79, 83, 89, 89, 101, 103, 113, 113, 127, 127, 131, 137, 139, 157, 163, 167, 173, 181, 181, 193, 199, 199, 211, 211, 223, 233, 233, 241, 241, 257, 271, 271, 277, 283, 283, 293, 293 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A007917(n + A000040(n));
a(n) = A071328(n) iff a(n) = A061068(k) for some k.
LINKS
EXAMPLE
a(10) = A007917(10 + A000040(10)) = A007917(10 + 29)= A007917(39) = 37;
a(6) = A007917(6 + A000040(6)) = A007917(6 + 13)= A007917(19) = 19 = A071328(6) = A061068(4).
MATHEMATICA
With[{prs=Prime[Range[100]]}, Table[Last[Select[prs, (#-prs[[n]]<=n)&]], {n, 60}]] (* Harvey P. Dale, May 11 2012 *)
CROSSREFS
Sequence in context: A126991 A264754 A130289 * A109358 A216285 A192862
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 19 2002
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 April 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)