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.

A094102 Triangle read by rows in which row n contains Fib(1), ..., Fib(n-1), Fib(n), Fib(n-1), ..., Fib(1).

This page as a plain text file.
%I A094102 #1 Jun 12 2004 03:00:00
%S A094102 1,1,1,1,1,1,2,1,1,1,1,2,3,2,1,1,1,1,2,3,5,3,2,1,1,1,1,2,3,5,8,5,3,2,
%T A094102 1,1,1,1,2,3,5,8,13,8,5,3,2,1,1,1,1,2,3,5,8,13,21,13,8,5,3,2,1,1,1,1,
%U A094102 2,3,5,8,13,21,34,21,13,8,5,3,2,1,1,1,1,2,3,5,8,13,21,34,55,34,21,13,8,5,3,2,1,1
%N A094102 Triangle read by rows in which row n contains Fib(1), ..., Fib(n-1), Fib(n), Fib(n-1), ..., Fib(1).
%e A094102 Triangle begins:
%e A094102 1
%e A094102 1 1 1
%e A094102 1 1 2 1 1
%e A094102 1 1 2 3 2 1 1
%e A094102 1 1 2 3 5 3 2 1 1
%e A094102 1 1 2 3 5 8 5 3 2 1 1
%Y A094102 Row sums are in A001911. Cf. A094103.
%K A094102 nonn,tabf
%O A094102 1,7
%A A094102 Alysia Veenhof (ladyluck1899(AT)hotmail.com), May 05 2004