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.
%I A193399 #28 Sep 08 2022 08:45:58 %S A193399 27,109,271,545,931,1493,2199,3145,4267,5693,7327,9329,11571,14245, %T A193399 17191,20633,24379,28685,33327,38593,44227,50549,57271,64745,72651, %U A193399 81373,90559,100625,111187,122693,134727 %N A193399 Wiener index of a benzenoid consisting of a chain of n hexagons characterized by the encoding s = 1133 (see the Gutman et al. reference, Sec. 5). %H A193399 Vincenzo Librandi, <a href="/A193399/b193399.txt">Table of n, a(n) for n = 1..10000</a> %H A193399 A. A. Dobrynin, I. Gutman, S. Klavzar, P. Zigert, <a href="http://www.fmf.uni-lj.si/~klavzar/preprints/Wiener-survey.pdf">Wiener Index of Hexagonal Systems</a>, Acta Applicandae Mathematicae 72 (2002), pp. 247-294. %H A193399 I. Gutman, S. Klavzar, M. Petkovsek, and P. Zigert, <a href="http://match.pmf.kg.ac.rs/electronic_versions/Match43/match43_49-66.pdf">On Hosoya polynomials of benzenoid graphs</a>, Comm. Math. Comp. Chem. (MATCH), 43, 2001, 49-66. %H A193399 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (2,1,-4,1,2,-1). %F A193399 a(n) = 4*n^3 + 16*n^2 + 8*n + 2*(-1)^n*(n - 2) - 3. %F A193399 G.f.: x*(27 + 55*x + 26*x^2 + 2*x^3 - 21*x^4 + 7*x^5)/((1+x)^2*(1-x)^4). - _Bruno Berselli_, Jul 27 2011 %p A193399 a := proc (n) options operator, arrow: 4*n^3+16*n^2+8*n+2*(-1)^n*(n-2)-3 end proc: seq(a(n), n = 1 .. 40); %o A193399 (Magma) [4*n^3 + 16*n^2 + 8*n + 2*(-1)^n*(n - 2) - 3: n in [1..40]]; // _Vincenzo Librandi_, Jul 26 2011 %o A193399 (PARI) a(n)=4*n^3+16*n^2+8*n+2*(-1)^n*(n-2)-3 \\ _Charles R Greathouse IV_, Jul 28 2011 %Y A193399 Cf. A143937, A143938, A193391, A193392, A193393, A193394, A193395, A193396, A193397, A193398. %K A193399 nonn,easy %O A193399 1,1 %A A193399 _Emeric Deutsch_, Jul 25 2011