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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203424 Reciprocal of Vandermonde determinant of (1/2,1/4,...,1/(2n)). 5
1, -4, -144, 73728, 737280000, -183458856960000, -1381360067999170560000, 370806019753548356895375360000, 4086267719027580129096614223921807360000, -2092169072142121026097466482647965368320000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Each term divides its successor, as in A203425.

LINKS

Table of n, a(n) for n=1..10.

MATHEMATICA

f[j_] := 1/(2 j); z = 16;

v[n_] := Product[Product[f[k] - f[j], {j, 1, k - 1}], {k, 2, n}]

1/Table[v[n], {n, 1, z}]                 (* A203424 *)

Table[v[n]/(4 v[n + 1]), {n, 1, z - 1}]  (* A203425 *)

CROSSREFS

Cf. A203425.

Sequence in context: A069135 A186081 A138176 * A055209 A030450 A041629

Adjacent sequences:  A203421 A203422 A203423 * A203425 A203426 A203427

KEYWORD

sign

AUTHOR

Clark Kimberling, Jan 02 2012

STATUS

approved

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 June 19 11:28 EDT 2013. Contains 226404 sequences.