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.

A144310 Triangle read by rows: prime numbers p(n) along left edge (n, 1) and p(n - 1) along right edge (n, n), with (n, k) = rad((n - 1, k - 1) + (n - 1, k)), multiplied by two if four divides (n - 1, k - 1) + (n - 1, k), for 1 < k < n when n > 2.

Original entry on oeis.org

2, 3, 2, 5, 5, 3, 7, 10, 4, 5, 11, 17, 14, 3, 7, 13, 28, 31, 17, 10, 11, 17, 41, 59, 12, 3, 21, 13, 19, 58, 20, 71, 15, 12, 34, 17, 23, 77, 78, 91, 86, 3, 46, 51, 19, 29, 20, 155, 13, 177, 89, 7, 97, 70, 23, 31, 7, 35, 84, 190, 266, 12, 52, 167, 93, 29
Offset: 1

Views

Author

Reikku Kulon, Sep 17 2008

Keywords

Comments

Among the initial terms, 12 occurs most frequently. 3 and 17 are also common.

Examples

			(7, 2) = 41
(7, 3) = 59
41 + 59 = 100
rad(100) = A007947(100) = 10
Four divides 100, so (8, 3) = 20.
		

Crossrefs