|
Search: id:A070232
|
|
|
| A070232 |
|
a(1) = 4; a(n) = smallest composite number greater than the sum of all previous terms. |
|
+0 1
|
|
| 4, 6, 12, 24, 48, 95, 190, 380, 760, 1520, 3040, 6080, 12160, 24320, 48640, 97280, 194560, 389120, 778240, 1556480, 3112960, 6225920, 12451840, 24903680, 49807360, 99614720, 199229440, 398458880, 796917760, 1593835520, 3187671040
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
a(n) = 95*2^(n-6) for n > 5.
|
|
MATHEMATICA
|
a = {4}; Do[b = 1 + Plus @@ a; While[ PrimeQ[b], b++ ]; a = Append[a, b], {n, 2, 30}]; a
|
|
CROSSREFS
|
Cf. A070218.
Sequence in context: A120211 A095416 A162688 this_sequence A037100 A095969 A090608
Adjacent sequences: A070229 A070230 A070231 this_sequence A070233 A070234 A070235
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 05 2002
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), May 06 2002
|
|
|
Search completed in 0.002 seconds
|