login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086803 a(n) = Product_{i=2..n} (prime(n+1)-prime(i)). 1
1, 6, 40, 1728, 10560, 604800, 4386816, 348364800, 76859228160, 490311843840, 172454510592000, 6951148594790400, 54188395462656000, 5673488083845120000, 2112698895984230400000, 458667310457770160947200 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

(3-2)=1, (5-2)*(5-3)=6, (7-2)*(7-3)*(7-5)=40, ...

PROG

(PARI) fnpr(n)=forprime(x=3, n, pr=1; forprime(y=2, x-1, pr=pr*(x-y)); print1(pr", "))

CROSSREFS

Sequence in context: A001367 A096671 A196712 * A136382 A096716 A000611

Adjacent sequences:  A086800 A086801 A086802 * A086804 A086805 A086806

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 05 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.