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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076996 a(1) = 2, a(n+1) is the largest prime <= n*a(n). 1
2, 2, 3, 7, 23, 113, 677, 4733, 37861, 340723, 3407221, 37479401, 449752801, 5846786333, 81855008659, 1227825129859, 19645202077673, 333968435320439, 6011431835767867, 114217204879589437, 2284344097591788733 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

a[1] := 2: for i from 2 to 35 do a[i] := prevprime((i-1)*a[i-1]+1):od:seq(a[i], i=1..35);

CROSSREFS

Sequence in context: A032161 A098738 A083701 * A139148 A185387 A038507

Adjacent sequences:  A076993 A076994 A076995 * A076997 A076998 A076999

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 26 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 26 2003

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 15 05:15 EST 2012. Contains 205694 sequences.