login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A116934
First prime in the arithmetic progression (n+k*p: k>0), where p is the smallest coprime greater than n+1.
3
7, 7, 13, 11, 19, 17, 43, 19, 31, 23, 37, 29, 43, 31, 83, 73, 131, 41, 61, 43, 67, 47, 73, 53, 79, 113, 317, 59, 277, 67, 97, 67, 103, 71, 109, 241, 193, 79, 367, 83, 127, 89, 223, 373, 139, 193, 439, 101, 151, 103, 157, 107, 163, 113, 283, 233, 293, 241, 181, 127, 313
OFFSET
1,1
COMMENTS
a(n) = n + A116933(n)*A079578(n).
PROG
(Haskell)
a116934 n = head [q | k <- [1..], let q = n + k * a079578 n,
a010051' q == 1]
-- Reinhard Zumkeller, Oct 01 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 27 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 19:55 EDT 2024. Contains 376138 sequences. (Running on oeis4.)