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.

A039915 Smallest k such that k(p-1)-1 is positive and divisible by p where p = n-th prime.

Original entry on oeis.org

3, 2, 4, 6, 10, 12, 16, 18, 22, 28, 30, 36, 40, 42, 46, 52, 58, 60, 66, 70, 72, 78, 82, 88, 96, 100, 102, 106, 108, 112, 126, 130, 136, 138, 148, 150, 156, 162, 166, 172, 178, 180, 190, 192, 196, 198, 210, 222, 226, 228, 232, 238, 240, 250, 256, 262, 268, 270
Offset: 1

Views

Author

Keywords

Comments

Also smallest positive k such that the k-th triangular number is divisible by the n-th prime. - Reinhard Zumkeller, Apr 19 2002

Examples

			a(1)=3 because 3(2-1)-1=2 is divisible by 2.
		

Crossrefs

Essentially the same as A006093.

Programs

Formula

a(n) = p+(-1)^p. - Juri-Stepan Gerasimov, May 26 2009

Extensions

Edited and extended by Ray Chandler, Jun 06 2008