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!)
A175447 a(n)>a(n-1), a(n) = smallest prime such that a(n)+a(n-1) is multiple of m, a(1)=2, m=13. 1
2, 11, 41, 89, 197, 271, 353, 401, 431, 479, 509, 557, 587, 661, 691, 739, 743, 947, 977, 1051, 1237, 1259, 1289, 1493, 1523, 1571, 1601, 1753, 1783, 1831, 1861, 1987, 2017, 2039, 2069, 2143, 2251, 2273, 2381, 2663, 2693, 2741, 2797, 2819, 2927, 3001, 3083 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
sp[n_]:=Module[{p=NextPrime[n]}, While[!Divisible[p+n, 13], p= NextPrime[ p]]; p]; NestList[sp, 2, 50] (* Harvey P. Dale, Sep 24 2016 *)
CROSSREFS
Cf. A175451.
Sequence in context: A168367 A247101 A080093 * A078746 A066593 A173580
KEYWORD
nonn
AUTHOR
Zak Seidov, May 28 2010
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)