cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059624 Expansion of (3+10*x+3*x^2)/(1-x)^12.

This page as a plain text file.
%I A059624 #5 Mar 31 2012 13:20:04
%S A059624 3,46,357,1908,7969,27846,84903,232336,582114,1355172,2964494,6147336,
%T A059624 12168702,23125508,42389874,75240912,129747485,217979970,357647355,
%U A059624 574277340,904081815,1397678490,2124871905,3180733920,4693265460,6832968168,9824707116,13962304272
%N A059624 Expansion of (3+10*x+3*x^2)/(1-x)^12.
%C A059624 a(n)=(1/2)*A038166(2*n+1).
%H A059624 T. D. Noe, <a href="/A059624/b059624.txt">Table of n, a(n) for n = 0..1000</a>
%F A059624 a(n)= binomial(n+9, 9)*(8*n^2+80*n+165)/(11*5).
%F A059624 G.f.: (3+10*x+3*x^2)/(1-x)^12.
%K A059624 nonn,easy
%O A059624 0,1
%A A059624 _Wolfdieter Lang_, Feb 02 2001