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!)
A244288 Number of binary arrangements of total n 1's, without adjacent 1's on n X n array connected nw-se. 1
1, 1, 5, 57, 1084, 29003, 999717, 42125233, 2096106904, 120194547233, 7799803041491, 564856080384900, 45146219773912540, 3946445378386791157, 374482268128153003615, 38330653031858936914329, 4209191997519328986666624, 493575737047609363968826907 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Vaclav Kotesovec, Non-attacking chess pieces, 6ed, 2013, p.422
FORMULA
a(n) ~ n^(2*n)/n! * exp(-3/2).
PROG
(PARI) P(m, n) = sum(k=0, (m+1)\2, binomial(m-k+1, k)*x^k, O(x*x^n))
a(n) = polcoef(P(n, n)*prod(m=1, n-1, P(m, n))^2, n) \\ Andrew Howroyd, Mar 27 2023
CROSSREFS
Sequence in context: A155539 A285067 A234293 * A009480 A009481 A209498
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 25 2014
EXTENSIONS
a(16) from Vaclav Kotesovec, Sep 04 2016
a(17) from Vaclav Kotesovec, Jun 15 2021
a(0)=1 prepended by Andrew Howroyd, Mar 27 2023
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 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)