|
Search: id:A094715
|
|
|
| A094715 |
|
a(n)=n!*sum(2i+3j=n, 0<=i<=n, 0<=j<=n, 1/(2i)!/(3j)!). |
|
+0 3
|
|
| 1, 0, 1, 1, 1, 10, 2, 35, 29, 85, 211, 220, 926, 1001, 3095, 5461, 9829, 25126, 37130, 97223, 164921, 349525, 728575, 1309528, 2973350, 5326685, 11450531, 22369621, 43942081, 91869970, 174174002, 365088395, 708653429, 1431655765, 2884834891
(list; graph; listen)
|
|
|
OFFSET
|
0,6
|
|
|
COMMENT
|
Average of binomial and inverse binomial transform of 1,0,0,1,0,0,1,... - Paul Barry (pbarry(AT)wit.ie), Jan 04 2005
|
|
FORMULA
|
limit n --> infty a(n)/2^n=1/6
G.f.: (x^5+2*x^2+x^3-x^4-1)/(2*x-1)/(3*x^2+3*x+1)/(x^2-x+1). - Vladeta Jovovic (vladeta(AT)eunet.rs), May 23 2004
a(n)=sum{k=0..floor(n/2), C(n, 2k)(2cos(2*pi*(n-2k)/3+1)/3} - Paul Barry (pbarry(AT)wit.ie), Jan 04 2005
|
|
PROGRAM
|
(PARI) a(n)=sum(i=0, n, sum(j=0, n, if(n-2*i-3*j, 0, n!/(2*i)!/(3*j)!)))
|
|
CROSSREFS
|
Cf. A024493, A094717.
Sequence in context: A040099 A086068 A030595 this_sequence A096043 A001202 A054841
Adjacent sequences: A094712 A094713 A094714 this_sequence A094716 A094717 A094718
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), May 23 2004
|
|
|
Search completed in 0.002 seconds
|