|
Search: id:A001659
|
|
|
| A001659 |
|
Expansion of bracket function. (Formerly M1433 N0567)
|
|
+0 7
|
|
| 1, 1, -1, 2, -5, 13, -33, 80, -184, 402, -840, 1699, -3382, 6750, -13716, 28550, -60587, 129579, -275915, 579828, -1197649, 2431775, -4870105, 9672634, -19173013, 38151533, -76521331, 154941608, -316399235, 649807589, -1337598675
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
Inverse binomial transform of A006218.
|
|
REFERENCES
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
H. W. Gould, Binomial coefficients, the bracket function, and compositions with relatively prime summands, Fib. Quart. 2 (1964), 241-260. Math. Rev. 30 #1090
|
|
LINKS
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
|
|
FORMULA
|
G.f.: Sum_{k>0} x^k/((1+x)^k-x^k).
G.f.: Sum_{k>0} tau(k)*x^k/(1+x)^k. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Jun 24 2003
|
|
MAPLE
|
A001659:=-(-1+5*z-8*z**2+z**3+5*z**4+z**5)/(1-6*z+13*z**2-10*z**3-z**4+z**5); [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
PROGRAM
|
(PARI) a(n)=sum(j=0, n, (-1)^(n-j)*binomial(n, j)*sum(k=1, j, j\k))
(PARI) a(n)=polcoeff(sum(k=1, n, x^k/((1+x)^k-x^k), x*O(x^n)), n)
|
|
CROSSREFS
|
Cf. A000748, A000749, A000750, A006090, A006218.
Equals A038200(n-1) + A038200(n), n>1.
Sequence in context: A110320 A108890 A027929 this_sequence A088921 A005183 A005348
Adjacent sequences: A001656 A001657 A001658 this_sequence A001660 A001661 A001662
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Edited by Michael Somos, Jun 14 2003
|
|
|
Search completed in 0.002 seconds
|