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.

A059513 Variation of Boustrophedon transform applied to 1,1,1,1,... Fill an array by diagonals, in alternating directions. The first entry is 1 each time. For the next element of a diagonal, add to the previous element the elements of the row and the column the new element is in. The final element of each diagonal gives a(n).

Original entry on oeis.org

1, 2, 6, 23, 116, 736, 5659, 50796, 521040, 6006587, 76874524, 1081439062, 16586149365, 275442822510, 4924040788654
Offset: 1

Views

Author

Floor van Lamoen, Jan 23 2001

Keywords

Examples

			The array begins
1 ....2 ...1 ..23 ..1 ...
1 ....4 ..19 ..48 ...
6 ...13 ..87 ...
1 ..107 ...
116 ...
1 ...
		

Crossrefs