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.

A152163 a(n) = a(n-1)+a(n-2), n>1 ; a(0)=1, a(1)=-1.

Original entry on oeis.org

1, -1, 0, -1, -1, -2, -3, -5, -8, -13, -21, -34, -55, -89, -144, -233, -377, -610, -987, -1597, -2584, -4181, -6765, -10946, -17711, -28657, -46368, -75025, -121393, -196418, -317811, -514229, -832040, -1346269, -2178309, -3524578, -5702887
Offset: 0

Views

Author

Philippe Deléham, Nov 27 2008

Keywords

Crossrefs

Cf. A000045.

Programs

Formula

G.f.: (1-2*x)/(1-x-x^2).
a(n) = Sum_{k, 0<=k<=n}A147703(n,k)*(-2)^k.
a(n) = -Fibonacci(n-2) for n >= 2, and for all n if A000045 is extended in the natural way to negative indices; see also A039834. [Extended by M. F. Hasler, May 10 2017]
a(n) = (-1)^n*A039834(n-2). - R. J. Mathar, Mar 22 2011
G.f.: (1/(1-Q(0))-1)*(1-2*x)/x where Q(k)=1 - x^k/(1 - x/( x - x^k/Q(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Feb 23 2013
G.f.: 2 - 2/(Q(0)+1) where Q(k) = 1 - 2*x/(1 - x/(x - 1/Q(k+1) )); (continued fraction ). - Sergei N. Gladkovskii, Apr 05 2013
a(n) = A000045(n+1)-2*A000045(n). - R. J. Mathar, Jun 26 2013
G.f.: 1 - x - x^3*Q(0)/2, where Q(k) = 1 + 1/(1 - x*(6*k+1 + x)/(x*(6*k+4 + x) + 1/Q(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jan 02 2014
G.f.: 1+1/x - x - Q(0)/x, where Q(k) = 1 + x^2 - x^3 - k*x*(1+x^2) - x^2*( x*(k+2)-1)*( k*x -1)/Q(k+1) ; (continued fraction). - Sergei N. Gladkovskii, Jan 13 2014
E.g.f.: exp(x/2)*(5*cosh(sqrt(5)*x/2) - 3*sqrt(5)*sinh(sqrt(5)*x/2))/5. - Stefano Spezia, Mar 09 2025