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!)
A067622 Consider the power series (x + 1)^(1/3) = 1 + x/3-x^2/9 + 5x^3/81 + ...; sequence gives numerators of coefficients. 6
1, 1, -1, 5, -10, 22, -154, 374, -935, 21505, -55913, 147407, -1179256, 3174920, -8617640, 70664648, -194327782, 537259162, -13431479050, 37466757350, -104906920580, 884215473460, -2491879970660, 7042269482300, -59859290599550 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) is also the numerator of the binomial coefficient C(k,n) evaluated at k=1/3, e.g. a(4) = (1/24)k(k-1)(k-2)(k-3), plug in k=1/3 and take numerator. - James R. Buddenhagen, Aug 16 2014
LINKS
FORMULA
a(n) =(-1)^n*A004990(n)*A067623(n)/A000244(n); ignoring signs, a(n) =A038502(A004990(n)) =A038502(A034164(n-2)). a(n)'s sign is (-1)^(n+1) if n>0.
MAPLE
s := convert(taylor((x+1)^(1/3), x, 50), polynom): for n from 0 to 50 do printf(`%a, `, abs(numer(coeff(s, x, n)))) od;
seq(numer(subs(k=1/3, expand(binomial(k, n)))), n=0..50) # James R. Buddenhagen, Aug 16 2014
CROSSREFS
Denominators are A067623.
Sequence in context: A064694 A264147 A229440 * A362284 A196240 A341638
KEYWORD
sign,frac
AUTHOR
Benoit Cloitre, Feb 02 2002
EXTENSIONS
Edited by Henry Bottomley and James A. Sellers, Feb 11 2002
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)