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 A188599 #59 Jul 03 2021 19:25:14 %S A188599 0,1,6,11,-84,-779,-2574,4031,88536,430441,369246,-8545549,-60504444, %T A188599 -149387939,616283466,7432399271,29187308976,-10686127919, %U A188599 -793799491914,-4495643753509,-7128875223204,69617842498501,595928935571106,1835127550964111,-3887458083492984 %N A188599 Expansion of x/(1-6*x+25*x^2). %C A188599 Original name: G.f.: 1/(1-6*x+25*x^2). %C A188599 Suggested by _Philippe Flajolet_ as an example of a simple formula for which the general term is hard to guess because 1-6*x+25*x^2 has 2 complex roots of equal size and modulus 1. %C A188599 The Lucas sequence U_n(6,25). - _Peter Bala_, Feb 02 2017 %D A188599 Discussion in 1993 at the FPSAC 1993 in Florence. %H A188599 Alois P. Heinz, <a href="/A188599/b188599.txt">Table of n, a(n) for n = 0..1000</a> (first 110 terms from Vincenzo Librandi) %H A188599 Wikipedia, <a href="https://en.wikipedia.org/wiki/Lucas_sequence">Lucas sequence</a> %H A188599 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (6,-25). %F A188599 a(n) = ((3+4*i)^n-(3-4*i)^n)/8/i, where i=sqrt(-1). - Denis Excoffier, Jan 19 2013 %F A188599 From _Peter Bala_, Feb 02 2017: (Start) %F A188599 a(n) = (1/4)*( Re((2 - i)^n)*Im((2 + i)^n) - Re((2 + i)^n)*Im((2 - i)^n) ). %F A188599 a(n) = (1/2) * the directed or signed area of the triangle in the complex plane with vertices at the points 0, (2 - i)^n and (2 + i)^n. (End) %F A188599 a(n) = 5^n*sin(n*arctan(1/2))*cos(n*arctan(1/2))/2. - _Peter Luschny_, Feb 02 2017 %F A188599 E.g.f.: (1/4)*exp(3*x)*sin(4*x). - _Stefano Spezia_, Feb 01 2020 %p A188599 x/(1-6*x+25*x^2):series(%,x,44):seriestolist(%); %t A188599 Table[Im[(3 + 4*I)^n]/4, {n, 0, 22}] (* _Jean-François Alcover_, Jun 14 2011 *) %t A188599 CoefficientList[Series[x/(1-6*x+25*x^2),{x,0,30}],x] (* _Harvey P. Dale_, Dec 01 2018 *) %t A188599 LinearRecurrence[{6,-25},{0,1},30] (* _Harvey P. Dale_, Jul 03 2021 *) %o A188599 (PARI) Vec(x/(1-6*x+25*x^2)+O(x^99)) \\ _Charles R Greathouse IV_, Jun 14 2011 %K A188599 sign,easy %O A188599 0,3 %A A188599 _Simon Plouffe_, Apr 06 2011 %E A188599 Minor edits by _N. J. A. Sloane_, Apr 06 2011 %E A188599 Minor modification to Name by _Peter Bala_, Feb 02 2017