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.

A181956 Smallest prime greater than n*(n+1)^2/2.

Original entry on oeis.org

2, 3, 11, 29, 53, 97, 149, 227, 331, 457, 607, 797, 1019, 1277, 1579, 1931, 2333, 2767, 3251, 3803, 4421, 5087, 5821, 6637, 7507, 8461, 9479, 10589, 11777, 13063, 14419, 15877, 17431, 19079, 20849, 22691, 24659, 26717, 28901, 31219, 33623, 36187, 38833, 41627
Offset: 0

Views

Author

Gerasimov Sergey, Apr 03 2012

Keywords

Examples

			a(1)=2 because prime 2 > (0*(0+1)^2/2) = 0, a(2)=3 because prime 3 > (1*(1+1)^2/2) = 2, a(3)=11 because prime 11 > (2*(2+1)^2/2) = 9.
		

Crossrefs

Programs

Formula

a(n) ~ n^3 / 2. - Charles R Greathouse IV, Aug 03 2012