|
Search: id:A061215
|
|
|
| A061215 |
|
a(n)= product of all odd composite numbers between n-th prime and (n+1)-st prime. |
|
+0 2
|
|
| 1, 1, 1, 1, 9, 1, 15, 1, 21, 675, 1, 1155, 39, 1, 45, 2499, 3135, 1, 4095, 69, 1, 5775, 81, 7395, 803985, 99, 1, 105, 1, 111, 2978730129375, 129, 17955, 1, 429774345, 1, 23715, 25599, 165, 28899, 30975, 1, 1196537265, 1, 195, 1, 361878338745
(list; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
EXAMPLE
|
a (10) = 675 = 25 X 27,as 23 is the 10-th prime and 29 is the 11-th prime.
|
|
PROGRAM
|
(PARI) for(n=1, 60, p=1:for(k=prime(n)+1, prime(n+1)-1, if(k%2==1, p=p*k)):print1(p", "))
|
|
CROSSREFS
|
Sequence in context: A093644 A107829 A062357 this_sequence A072448 A014721 A054018
Adjacent sequences: A061212 A061213 A061214 this_sequence A061216 A061217 A061218
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 22 2001
|
|
EXTENSIONS
|
More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 31 2003
|
|
|
Search completed in 0.002 seconds
|