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!)
A207653 G.f.: Sum_{n>=0} Product_{k=1..n} (1 - (1-x)^(2*k-1))/(1 - x^(2*k-1)). 4
1, 1, 4, 16, 77, 460, 3287, 27561, 265307, 2880875, 34821316, 463543454, 6737545832, 106158368798, 1802204594518, 32793160634292, 636683459975767, 13137118248246982, 287070448575006268, 6622644707103106925, 160846900060253917905, 4102379491083664461080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Hsien-Kuei Hwang, Emma Yu Jin, Asymptotics and statistics on Fishburn matrices and their generalizations, arXiv:1911.06690 [math.CO], 2019.
FORMULA
From Vaclav Kotesovec, Oct 31 2014: (Start)
a(n) ~ 6*sqrt(2) * exp(Pi^2/24) * 12^n * n! / Pi^(2*n+2).
a(n) ~ exp(Pi^2/24) * 12^(n+1) * n^(n+1/2) / (exp(n) * Pi^(2*n+3/2)).
(End)
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 16*x^3 + 77*x^4 + 460*x^5 + 3287*x^6 +...
such that, by definition,
A(x) = 1 + (1-(1-x))/(1-x) + (1-(1-x))*(1-(1-x)^3)/((1-x)*(1-x^3)) + (1-(1-x))*(1-(1-x)^3)*(1-(1-x)^5)/((1-x)*(1-x^3)*(1-x^5)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, prod(k=1, m, (1-(1-x)^(2*k-1))/(1-x^(2*k-1) +x*O(x^n)) )), n)}
for(n=0, 40, print1(a(n), ", "))
CROSSREFS
Sequence in context: A159926 A020051 A020006 * A204208 A138294 A014514
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 19 2012
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 April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)