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!)
A090592 (1,1) entry of powers of the orthogonal design shown below. 3
1, -5, -17, 1, 121, 235, -377, -2399, -2159, 12475, 40063, -7199, -294839, -539285, 985303, 5745601, 4594081, -31031045, -94220657, 28776001, 717096601, 1232761195, -2554153817, -13737635999, -9596195279, 76971061435, 221115489823, -96566450399, -1740941329559 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
1 0 1 1 1 1 1 1
0 1 1 -1 1 -1 -1 1
-1 -1 1 0 1 1 -1 -1
-1 1 0 1 1 -1 1 -1
-1 -1 -1 -1 1 0 1 1
-1 1 -1 1 0 1 -1 1
-1 1 1 -1 -1 1 1 0
-1 -1 1 1 -1 -1 0 1
LINKS
FORMULA
a(1) = 1, a(2) = -5, a(n) = 2*a(n-1) - 7*a(n-2). - Philippe Deléham, Mar 05 2012
G.f.: x*(1-7*x)/(1-2*x+7*x^2). - Philippe Deléham, Mar 05 2012
G.f.: G(0)/(2*x) -1/x, where G(k)= 1 + 1/(1 - x*(6*k+1)/(x*(6*k+7) + 1/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jun 03 2013
MATHEMATICA
Rest[CoefficientList[Series[x*(1-7*x)/(1-2*x+7*x^2), {x, 0, 30}], x]] (* G. C. Greubel, Oct 22 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(x*(1-7*x)/(1-2*x+7*x^2)) \\ G. C. Greubel, Oct 22 2018
(Magma) I:=[1, -5]; [n le 2 select I[n] else 2*Self(n-1) - 7*Self(n-2): n in [1..30]]; // G. C. Greubel, Oct 22 2018
(GAP) a:=[1, -5];; for n in [3..30] do a[n]:=2*a[n-1]-7*a[n-2]; od; a; # Muniru A Asiru, Oct 23 2018
CROSSREFS
Cf. A089181.
Sequence in context: A160739 A092679 A277534 * A340706 A093558 A170866
KEYWORD
sign,easy
AUTHOR
Simone Severini, Dec 08 2003
EXTENSIONS
Corrected and extended by Philippe Deléham, Mar 05 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)