A357508 a(n) = binomial(4*n,2*n) - 2*binomial(4*n,n).
-1, -2, 14, 484, 9230, 153748, 2434964, 37748520, 580043790, 8886848740, 136151207764, 2088760285456, 32108266614164, 494648505828904, 7637081136832840, 118158193386475984, 1831647087068431374, 28444051172077725444, 442429676097305612324
Offset: 0
Links
- C. Helou and G. Terjanian, On Wolstenholme’s theorem and its converse, J. Number Theory 128 (2008), 475-499.
- Z.-W. Sun and D. Wan, On Fleck quotients, arXiv:math/0603462 [math.NT], 2006-2007.
Programs
-
Maple
seq(binomial(4*n,2*n) - 2*binomial(4*n,n), n = 0..20);
Comments