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.

Showing 1-2 of 2 results.

A153267 a(n) = -4*a(n-3) + 11*a(n-2) - a(n-1), a(0) = -5, a(1) = 39, a(2) = -110.

Original entry on oeis.org

-5, 39, -110, 559, -1925, 8514, -31925, 133279, -518510, 2112279, -8349005, 33658114, -133946285, 537581559, -2145623150, 8594805439, -34346986325, 137472338754, -549668410085, 2199252081679, -8795493947630, 35185940486439, -140733382237085, 562960703378434
Offset: 0

Views

Author

Creighton Dement, Jan 02 2009

Keywords

Comments

A153266(n) + a(n) = 4*A001519(n) (apart from initial terms). The generating floretion Z = X*Y with X = 1.5'i + 0.5i' + .25(ii + jj + kk + ee) and Y = 0.5'i + 1.5i' + .25(ii + jj + kk + ee).

Examples

			a(4) = -1*559 + 11*(-110) - 4*(39) = -1925.
		

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[-(16 x^2 - 34 x + 5)/((4 x + 1) (x^2 - 3 x + 1)), {x, 0, 30}], x] (* Vincenzo Librandi, Jun 26 2014 *)
    LinearRecurrence[{-1,11,-4},{-5,39,-110},30] (* Harvey P. Dale, Mar 02 2023 *)
  • PARI
    Vec(-(16*x^2-34*x+5)/((4*x+1)*(x^2-3*x+1)) + O(x^100)) \\ Colin Barker, Jun 25 2014

Formula

a(n) = 2*(-4)^(n+1) + (3/2+1/2*sqrt(5))^(n+1) + (3/2-1/2*sqrt(5))^(n+1).
G.f.: -(16*x^2-34*x+5) / ((4*x+1)*(x^2-3*x+1)). - Colin Barker, Jun 25 2014

A153266 a(n) = -4*a(n-3) + 11*a(n-2) - a(n-1), a(0) = 13, a(1) = -19, a(2) = 162.

Original entry on oeis.org

13, -19, 162, -423, 2281, -7582, 34365, -126891, 535234, -2068495, 8463633, -33358014, 134731957, -535524643, 2151008226, -8580707127, 34383896185, -137375707486, 549921394029, -2198589761115, 8797227925378
Offset: 0

Views

Author

Creighton Dement, Jan 02 2009

Keywords

Comments

a(n) + A153267(n) = 4*A001519(n) (apart from initial terms). The generating floretion Z = X*Y with X = 1.5'i + 0.5i' + .25(ii + jj + kk + ee) and Y = 0.5'i + 1.5i' + .25(ii + jj + kk + ee)

Examples

			a(4) = -1*(-423) + 11*162 - 4*(-19) = 2281
		

Crossrefs

Formula

a(n) = 2*(-4)^n + (-2/5*sqrt(5)-1)*(3/2+1/2*sqrt(5))^n + (2/5*sqrt(5)-1)*(3/2-1/2*sqrt(5))^n
a(n)=A001519(n+3)+8*(-4)^n. G.f.: (13-6x)/((1+4x)(1-3x+x^2)). [From R. J. Mathar, Jan 05 2009]
Showing 1-2 of 2 results.