|
Search: id:A160179
|
|
|
| A160179 |
|
a(1)=2. a(n) equals the product of the previous terms divided by the (n-1)st prime gap. |
|
+0 1
|
|
| 2, 2, 2, 4, 8, 128, 8192, 134217728, 9007199254740992
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Start with a(1)=2. Build a(n) as the product of all preceding terms
divided by the n-minus-first prime gap. The sequence is limited to
9 terms because the 10th term is no longer an integer.
|
|
FORMULA
|
a(1) =2. a(n) = product_{i=1..n-1} a(i) / A001223(n-1), n>1.
|
|
EXAMPLE
|
a(8) = 2*2*2*4*8*128*8192/2 = 134217728.
|
|
CROSSREFS
|
Sequence in context: A077993 A099768 A102831 this_sequence A021822 A153986 A130707
Adjacent sequences: A160176 A160177 A160178 this_sequence A160180 A160181 A160182
|
|
KEYWORD
|
nonn,fini,full
|
|
AUTHOR
|
Valle Rogers (Vallerogers(AT)hotmail.com), May 03 2009
|
|
EXTENSIONS
|
Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 16 2009
|
|
|
Search completed in 0.002 seconds
|