The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A143174 a(1)=1. a(n) = smallest positive multiple of n such that |a(n)-a(n-1)| is prime. 1
1, 4, 6, 4, 15, 12, 7, 24, 27, 10, 33, 36, 13, 42, 45, 16, 119, 18, 209, 60, 63, 22, 69, 72, 25, 78, 81, 28, 87, 90, 31, 128, 99, 68, 70, 72, 74, 76, 39, 80, 82, 84, 43, 132, 135, 46, 329, 48, 245, 250, 51, 104, 106, 108, 55, 168, 171, 58, 767, 120, 61, 372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n+1) - a(n) = A143175(n), which is prime.
a(62)=372. a(63) does not exist because 3 divides k*63-372 for all positive integers k - Owen Whitby, Sep 25 2008
LINKS
MATHEMATICA
spm[{n_, a_}]:=Module[{k=1}, While[!PrimeQ[k(n+1)-a], k++]; {n+1, k(n+1)}]; NestList[spm, {1, 1}, 61][[All, 2]] (* Harvey P. Dale, Nov 26 2020 *)
CROSSREFS
Cf. A143175.
Sequence in context: A019244 A019189 A019190 * A032241 A065748 A346006
KEYWORD
nonn,fini,full
AUTHOR
Leroy Quet, Jul 28 2008
EXTENSIONS
a(17) to a(62) from Owen Whitby, Sep 25 2008
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 16 04:39 EDT 2024. Contains 372549 sequences. (Running on oeis4.)