|
Search: id:A012244
|
|
|
| A012244 |
|
a[n+2] = (2n+3) a[n+1] + (n+1)^2 a[n]. |
|
+0 5
|
|
| 1, 1, 4, 24, 204, 2220, 29520, 463680, 8401680, 172504080, 3958113600, 100370793600, 2787459998400, 84139894238400, 2742857884166400, 96034297911552000, 3594206259195552000, 143193586818810528000
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n) is the number of n-letter words from an n-letter alphabet such that no letter appears more than twice. - Paul Boddington (psb(AT)maths.warwick.ac.uk), Nov 17 2003
|
|
LINKS
|
K. S. Brown, Integer Sequences Related To PI
|
|
FORMULA
|
E.g.f. = (1 - 2*x - x^2)^(-1/2). - Paul Boddington (psb(AT)maths.warwick.ac.uk), Nov 17 2003
a(n) = n!/2^n*A006139(n) = n!*Sum_{k=floor(n/2)..n} 2^(k-n)*binomial(n, k)*binomial(k, n-k). Sum_{n>=0} a(n)*x^n/n!^2 = exp(x)*BesselI(0, sqrt(2)*x). a(n) is the central coefficient of n!*(1+x+x^2/2)^n. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Mar 22 2004
|
|
MAPLE
|
f := proc(n) option remember; if n <= 1 then 1 else (2*n-1)*f(n-1) +(n-1)^2*f(n-2); fi; end;
|
|
CROSSREFS
|
Cf. A089975.
Sequence in context: A136229 A138419 A089946 this_sequence A050388 A010039 A112141
Adjacent sequences: A012241 A012242 A012243 this_sequence A012245 A012246 A012247
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|