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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203427 w(n+1)/(4*w(n)), where w=A203427. 3
-3, 48, -1000, 25920, -806736, 29360128, -1224440064, 57600000000, -3018173044480, 174359297654784, -11011033460963328, 754709361539940352, -55801305000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

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

MATHEMATICA

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

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

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

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

CROSSREFS

Cf. A203426, A203425.

Sequence in context: A099852 A218382 A195635 * A199012 A201698 A003029

Adjacent sequences:  A203424 A203425 A203426 * A203428 A203429 A203430

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 May 26 01:49 EDT 2013. Contains 225652 sequences.