|
Search: id:A076995
|
|
|
| A076995 |
|
a(1) = 4, a(n+1) is the largest composite number < 2a(n). |
|
+0 1
|
|
| 4, 6, 10, 18, 35, 69, 136, 270, 539, 1077, 2152, 4303, 8605, 17208, 34415, 68829, 137657, 275313, 550625, 1101249, 2202497, 4404993, 8809985, 17619969, 35239936, 70479871, 140959741, 281919481, 563838961, 1127677921, 2255355841
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MAPLE
|
a[1] := 4:for n from 2 to 84 do q := 2*a[n-1]-1:while(isprime(q)) do q := q-1:od: a[n] := q:od:seq(a[l], l=1..84);
|
|
CROSSREFS
|
Cf. A006992, A076994.
Sequence in context: A108232 A027976 A108900 this_sequence A096817 A077065 A131867
Adjacent sequences: A076992 A076993 A076994 this_sequence A076996 A076997 A076998
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 26 2002
|
|
EXTENSIONS
|
Corrected and extended by Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 26 2003
|
|
|
Search completed in 0.002 seconds
|