cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A161672 Half the product of all numbers from A141468(n) up to prime(n).

Original entry on oeis.org

0, 3, 10, 21, 3960, 77220, 490089600, 1523733120, 2075793350400, 50710801232931840000, 3144069676441774080000, 19348101737674447004467200000, 137500509682406403378413568000000
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2009

Keywords

Examples

			a(1)=0 is the product 0*1*2/2. a(2) is the product 1*2*3/2 = 3. a(3)=10 is the product 4*5/2.
		

Crossrefs

Programs

Formula

a(n) = prime(n)!/ (2*(A141468(n)-1)!).

Extensions

a(0) replaced by 0 - R. J. Mathar, May 21 2010