login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072532 a(0)=1; for n>0, a(n) = smallest prime of the form k*a(n-1)-1 with k>1. 4
1, 2, 3, 5, 19, 37, 73, 1021, 8167, 16333, 326659, 3919907, 47038883, 188155531, 2257866371, 76767456613, 1535349132259, 12282793058071, 147393516696851, 4127018467511827, 107302480155307501, 1502234722174305013 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Conjecture: If a(n) = k*a(n-1)-1 then k < a(n-1).

A theorem of Dirichlet shows the sequence to be infinite. - Don Reble (djr(AT)nk.ca), Aug 03 2002

LINKS

T. D. Noe, Table of n, a(n) for n=0..100

MATHEMATICA

  f[n_]:=Module[{k=2}, While[!PrimeQ[k n-1], k++]; k n-1]; Join[{1}, NestList[ f, 2, 35]] (* From Harvey P. Dale, June 27 2011 *)

CROSSREFS

Cf. A061092.

Sequence in context: A191044 A079376 A174161 * A038705 A066754 A140560

Adjacent sequences:  A072529 A072530 A072531 * A072533 A072534 A072535

KEYWORD

nice,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 02 2002

EXTENSIONS

More terms from Don Reble (djr(AT)nk.ca), Aug 03 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 11:51 EST 2012. Contains 205908 sequences.