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!)
A071258 a(1) = 4; a(n) = smallest composite number of form k*a(n-1) + 1 with k > 1. 1
4, 9, 28, 57, 115, 231, 694, 1389, 2779, 5559, 16678, 33357, 66715, 133431, 400294, 800589, 1601179, 3202359, 9607078, 19214157, 38428315, 76856631, 153713263, 307426527, 614853055, 1229706111, 3689118334, 7378236669, 14756473339 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
nxt[n_]:=Module[{k=2}, While[PrimeQ[k*n+1], k++]; k*n+1]; NestList[nxt, 4, 30] (* Harvey P. Dale, Mar 26 2014 *)
CROSSREFS
Sequence in context: A239668 A101973 A244968 * A120333 A000368 A232765
KEYWORD
nonn
AUTHOR
Amarnath Murthy, May 30 2002
EXTENSIONS
More terms from Vladeta Jovovic, Jun 03 2002
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 27 02:24 EDT 2024. Contains 372004 sequences. (Running on oeis4.)