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!)
A157707 The z^2 coefficients of the polynomials in the GF3 denominators of A156927 divided by 2 1
16, 205, 1165, 4415, 13055, 32606, 72030, 144930, 270930, 477235, 800371, 1288105, 2001545, 3017420, 4430540, 6356436, 8934180, 12329385, 16737385, 22386595, 29542051, 38509130, 49637450, 63324950 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A157704 for background information.
LINKS
FORMULA
a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7)
a(n) = 1/4*n^6+7/4*n^5+37/8*n^4+34/6*n^3+25/8*n^2+7/12*n
G.f.: (16 + 93*z + 66*z^2 + 5*z^3)/(1-z)^7
MAPLE
nmax:=24; for n from 0 to nmax do fz(n):=product((1-(k+1)*z)^(1+3*k), k=0..n); c(n):= coeff(fz(n), z, 2)/2; end do: a:=n-> c(n): seq(a(n), n=1..nmax);
CROSSREFS
Sequence in context: A221825 A238282 A161729 * A016217 A055758 A046088
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Mar 07 2009
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 24 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)