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.

A107917 a(n) = (n+1)(n+2)^2*(n+3)^3*(n+4)^2*(n+5)(n^2 + 6n + 10)/86400.

This page as a plain text file.
%I A107917 #15 Feb 25 2018 15:49:12
%S A107917 1,34,455,3626,20580,91728,340956,1099890,3166449,8302294,20131111,
%T A107917 45677996,97894160,199645824,389817072,732389580,1329624009,
%U A107917 2340785370,4008235231,6693165094,10923775940,17459327600,27374197500,42166911150,63900046665,95377983246
%N A107917 a(n) = (n+1)(n+2)^2*(n+3)^3*(n+4)^2*(n+5)(n^2 + 6n + 10)/86400.
%C A107917 Kekulé numbers for certain benzenoids.
%D A107917 S. J. Cyvin and I. Gutman, Kekulé structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p. 229).
%H A107917 T. D. Noe, <a href="/A107917/b107917.txt">Table of n, a(n) for n = 0..1000</a>
%F A107917 G.f.: (x^6+22*x^5+113*x^4+190*x^3+113*x^2+22*x+1)/(x-1)^12. - _Colin Barker_, Jun 06 2012
%p A107917 a:=n->(1/86400)*(n+1)*(n+2)^2*(n+3)^3*(n+4)^2*(n+5)*(n^2+6*n+10): seq(a(n),n=0..27);
%K A107917 nonn,easy
%O A107917 0,2
%A A107917 _Emeric Deutsch_, Jun 12 2005