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!)
A035378 Coefficients in expansion of Sum_{k>=0} Product_{j=1..k} (1-x^j) about x = -1. 2
3, 11, 72, 635, 7085, 95911, 1528541, 28044762, 582314535, 13500314080, 345696545788, 9690223054222, 295132850278639, 9705001713289680, 342693270841135600, 12932930349605422101, 519485442041267214922 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Hsien-Kuei Hwang, and Emma Yu Jin, Asymptotics and statistics on Fishburn matrices and their generalizations, arXiv:1911.06690 [math.CO], p. 35, 2019.
FORMULA
a(n) ~ sqrt(12) * exp(Pi^2/48) * 24^(n+1) * n^(n+1) / (exp(n) * Pi^(2*n+2)). - Vaclav Kotesovec, May 04 2014
Conjectures: a(5*n+3) == 0 (mod 5), a(5*n+4) == 0 (mod 5) and a(5*n+2) - 2*a(5*n+1) == (0 mod 5) (all checked up to n = 49). - Peter Bala, Jun 19 2023
PROG
(PARI) a(n)=polcoeff(sum(i=0, 2*n+1, prod(j=1, i, 1-(x-1)^j, 1+x*O(x^n))), n)
CROSSREFS
Cf. A022493.
Sequence in context: A056665 A345030 A127716 * A258387 A350834 A054461
KEYWORD
nonn
AUTHOR
Bill Gosper, Aug 19 2001
EXTENSIONS
More terms from Vladeta Jovovic, Aug 20 2001
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 July 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)