login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A271925 Numerator of (Product_{j=0..n-1} (((2*j+1)*(3*j+4))/((j+1)*(6*j+1))) - 1). 2
3, 5, 87, 156, 913, 1693, 69769, 658529, 5002953, 173619, 1616141, 3107877, 239756907, 3244922897, 3402714857, 6606018008, 51386679347, 5504537914811, 622652618545649, 10572475711004, 10931562934889, 235301799307039, 4608689892802861, 9034390134407023, 488936376609325, 959905250448181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
J. de Gier, Loops, matchings and alternating-sign matrices, arXiv:math.CO/0211285, 2002.
EXAMPLE
3, 5, 87/13, 156/19, 913/95, 1693/155, 69769/5735, 658529/49321, 5002953/345247, 173619/11137, 1616141/97051, 3107877/175741, 239756907/12829093, ...
MAPLE
f3:=proc(n) local j;
(mul(((2*j+1)*(3*j+4))/((j+1)*(6*j+1)), j=0..n-1)-1); end;
t3:=[seq(f3(n), n=1..50)];
map(numer, t3);
map(denom, t3);
MATHEMATICA
Table[Product[(2*j+1)*(3*j+4)/((j+1)*(6*j+1)), {j, 0, n-1}]-1, {n, 1, 20}]//Numerator (* Vaclav Kotesovec, Oct 13 2017 *)
CROSSREFS
Sequences of fractions from de Gier paper: A271919-A271926.
Sequence in context: A308612 A082715 A133660 * A236365 A057663 A056244
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, May 04 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 13 06:47 EDT 2024. Contains 375113 sequences. (Running on oeis4.)