OFFSET
1,3
COMMENTS
It needs proof that A090114(n) is always divisible by n!, that is, these terms are integers.
EXAMPLE
n=5: p(5)=11, a(5)=(11-1)()(11-2)(11-3)(11-4)(11-5)/5!= 10.9.8.7.6/120=30240=252
MATHEMATICA
Table[Apply[Times, Table[Prime[w]-j, {j, 1, w}]]/w!, {w, 1, 15}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 08 2004
STATUS
approved