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.

A062122 Boustrophedon transform of 0, 1, 0, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144,... the Fibonacci numbers (F_0 = 0, F_1 = 1, A000045) with an erroneous term (F_2 = 0 instead of 1).

Original entry on oeis.org

0, 1, 2, 5, 19, 65, 259, 1161, 5927, 33946, 216090, 1513051, 11558614, 95658445, 852571616, 8141450460, 82928132445, 897492637757, 10284508144797, 124399102620413, 1583898570128385, 21175164077080102, 296571619014584968, 4342477201229994035, 66348164337987642924
Offset: 0

Views

Author

Orleo Marinaro (KDNM21(AT)bipop.it), Jun 01 2001

Keywords

Programs

  • Maple
    read transforms; with(combinat, fibonacci): a := [0,1,0,seq(fibonacci(i),i=3..30)]: BOUS2(a);

Formula

E.g.f.: (sec(x) + tan(x))*((exp(a*x) - exp(b*x))/(a-b) - x^2/2), where a = (1 + sqrt(5))/2 and b = (1 - sqrt(5))/2. - Petros Hadjicostas, Feb 16 2021

Extensions

Mar 31 2004: Thomas Sundquist noticed the original description was incorrect. Francisco Salinas was able to modify the description so as to produce the given sequence.