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.

A179893 a(n) = 3/2 * (prime(n)-1).

Original entry on oeis.org

3, 6, 9, 15, 18, 24, 27, 33, 42, 45, 54, 60, 63, 69, 78, 87, 90, 99, 105, 108, 117, 123, 132, 144, 150, 153, 159, 162, 168, 189, 195, 204, 207, 222, 225, 234, 243, 249, 258, 267, 270, 285, 288, 294, 297, 315, 333, 339, 342, 348, 357, 360, 375, 384, 393, 402, 405
Offset: 2

Views

Author

Odimar Fabeny, Jul 30 2010, Aug 02 2010

Keywords

Examples

			For n=4, the fourth prime is 7, so a(4) = (3/2) * (7 - 1) = 9. Note that since the sequence starts at n=2, prime(n) is odd, so a(n) is an integer. - _Michael B. Porter_, Jul 19 2016
		

Crossrefs

Programs

Formula

A179545 / prime(n).
a(n) = 3*A005097(n-1). - R. J. Mathar, Aug 15 2010

Extensions

More terms from R. J. Mathar, Aug 15 2010