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.

A014428 Even elements in Pascal's triangle.

Original entry on oeis.org

2, 4, 6, 4, 10, 10, 6, 20, 6, 8, 28, 56, 70, 56, 28, 8, 36, 84, 126, 126, 84, 36, 10, 120, 210, 252, 210, 120, 10, 330, 462, 462, 330, 12, 66, 220, 792, 924, 792, 220, 66, 12, 78, 286, 1716, 1716, 286, 78, 14, 364, 2002, 3432, 2002, 364, 14, 16, 120, 560, 1820
Offset: 1

Views

Author

Keywords

Examples

			Triangle begins:
2
4 6 4
10 10
		

Crossrefs

Programs

  • Mathematica
    Select[ Flatten[ Table[ Binomial[ n, i ], {n, 0, 20}, {i, 0, n} ] ], EvenQ[ # ]& ]

Extensions

More terms from Erich Friedman
Offset corrected by Mohammad K. Azarian, Nov 19 2008