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!)
A072534 a(1) = 2, a(2) = 3 and a(n) = the smallest prime of the form k*a(n-1) - a(n-2). 1
2, 3, 7, 11, 37, 137, 1607, 28789, 631751, 30295259, 544682911, 8684631317, 34193842357, 2658435072529, 31867027027991, 698416159543273, 25111114716529837, 501523878171053467, 977936641625577097 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{a_, b_}]:=Module[{k=1}, While[!PrimeQ[k*b-a], k++]; {b, k*b-a}]; Transpose[ NestList[nxt, {2, 3}, 20]][[1]] (* Harvey P. Dale, Apr 06 2016 *)
CROSSREFS
Sequence in context: A034295 A338320 A056354 * A056292 A106125 A175171
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 02 2002
EXTENSIONS
More terms from Sascha Kurz, Feb 12 2003
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 23 01:37 EDT 2024. Contains 372758 sequences. (Running on oeis4.)