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.

A166025 a(0) = 6, a(1) = 17, a(n+1) = a(n) + a(n-1) for n>0.

Original entry on oeis.org

6, 17, 23, 40, 63, 103, 166, 269, 435, 704, 1139, 1843, 2982, 4825, 7807, 12632, 20439, 33071, 53510, 86581, 140091, 226672, 366763, 593435, 960198, 1553633, 2513831, 4067464, 6581295, 10648759, 17230054, 27878813, 45108867, 72987680, 118096547
Offset: 0

Views

Author

Akshay Verma (11akshayV(AT)nist.ac.th), Oct 04 2009

Keywords

Programs

Formula

G.f.: (6+11x)/(1-x-x^2). - Philippe Deléham, Oct 06 2009
a(n) = 6*A000045(n+1) + 11*A000045(n). - R. J. Mathar, Oct 06 2009
a(n) = Fibonacci(n+6) + Fibonacci(n+2) + Fibonacci(n-4). - Greg Dresden, Feb 18 2022

Extensions

Edited by N. J. A. Sloane, Oct 05 2009