|
| |
|
|
A097489
|
|
a(n) = product of first n terms of A001359.
|
|
3
| |
|
|
3, 15, 165, 2805, 81345, 3335145, 196773555, 13970922405, 1411063162905, 150983758430835, 20684774905024395, 3082031460848634855, 551683631491905639045, 105371573614953977057595
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
PROG
| (PARI) f(n) = p=1; for(x=1, n, p*=twinl(x); print1(p", ")) \The n-th lower twin prime twinl(n) = { local(c, x); c=0; x=1; while(c<n, if(isprime(prime(x)+2), c++); x++; ); return(prime(x-1)) }
|
|
|
CROSSREFS
| Cf. A001359, A097492.
Sequence in context: A005016 A105611 A108975 * A080696 A015013 A153280
Adjacent sequences: A097486 A097487 A097488 * A097490 A097491 A097492
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Cino Hilliard (hillcino368(AT)gmail.com), Aug 24 2004
|
|
|
EXTENSIONS
| Edited by Don Reble (djr(AT)nk.ca), Apr 16 2007
|
| |
|
|