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!)
A027913 T(n,[ n/2 ]), T given by A027907. 3
1, 1, 2, 3, 10, 15, 50, 77, 266, 414, 1452, 2277, 8074, 12727, 45474, 71955, 258570, 410346, 1481108, 2355962, 8533660, 13599915, 49402850, 78855339, 287134346, 458917850, 1674425300, 2679183405, 9792273690, 15683407785 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The median coefficient in the expansion of (1 + x + x^2)^n. - Vladimir Reshetnikov, Nov 21 2020
LINKS
FORMULA
a(n) = GegenbauerC(floor(n/2), -n, -1/2). - Emanuele Munarini, Oct 18 2016
G.f.: g(t) = (1+(t+t^2)*A(t^2)+t^4*A(t^2)^2)/(1-t^2*A(t^2)-3*t^4*A(t^2)^2), where A(t) is the g.f. of A143927 and satisfies A(t) = [1 + x*A(t) + t^2*A(t)^2]^2. - Emanuele Munarini, Oct 20 2016
MAPLE
seq(simplify(GegenbauerC(floor(n/2), -n, -1/2)), n=0..100); # Robert Israel, Oct 20 2016
MATHEMATICA
Table[GegenbauerC[Floor[n/2], -n, -1/2] + KroneckerDelta[n, 0], {n, 0,
100}] (* Emanuele Munarini, Oct 20 2016 *)
PROG
(Maxima) makelist(ultraspherical(floor(n/2), -n, -1/2), n, 0, 12); /* Emanuele Munarini, Oct 18 2016 */
CROSSREFS
Sequence in context: A226881 A369781 A026336 * A081204 A293308 A357269
KEYWORD
nonn
AUTHOR
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)