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.

A131426 a(n) = 2*prime(n) - 3.

Original entry on oeis.org

1, 3, 7, 11, 19, 23, 31, 35, 43, 55, 59, 71, 79, 83, 91, 103, 115, 119, 131, 139, 143, 155, 163, 175, 191, 199, 203, 211, 215, 223, 251, 259, 271, 275, 295, 299, 311, 323, 331, 343, 355, 359, 379, 383, 391, 395, 419, 443, 451, 455, 463, 475, 479, 499, 511, 523, 535, 539, 551, 559, 563, 583, 611
Offset: 1

Views

Author

Gary W. Adamson, Jul 10 2007

Keywords

Comments

Right border of triangle A131424.

Examples

			a(4) = 11 = 2*p(4) - 3 = 2*7 - 3.
		

Crossrefs

Programs

Formula

a(n) = 2*A000040(n) - 3.