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.

A135631 Multiples of 31.

Original entry on oeis.org

0, 31, 62, 93, 124, 155, 186, 217, 248, 279, 310, 341, 372, 403, 434, 465, 496, 527, 558, 589, 620, 651, 682, 713, 744, 775, 806, 837, 868, 899, 930, 961, 992, 1023, 1054, 1085, 1116, 1147, 1178, 1209, 1240, 1271, 1302, 1333, 1364, 1395, 1426, 1457, 1488
Offset: 0

Views

Author

Omar E. Pol, Nov 25 2007

Keywords

Comments

a(1) = 31 is the third Mersenne prime. a(8) = 248 is the dimensions of E_8. a(16) = 496 is the third perfect number. - Pol
a(n)^340 = 155 mod 341 unless a(n) is also divisible by 11. - Alonso del Arte, Feb 15 2012
Number of sides on n triacontakaihenagons (31-gons). - Wesley Ivan Hurt, Oct 25 2016

Examples

			a(8) = 31 * 8 = 248. a(16) = 31 * 16 = 496.
		

Crossrefs

Cf. A135628.

Programs

Formula

a(n) = 31*n.
From G. C. Greubel, Oct 24 2016: (Start)
G.f.: (31*x)/(1 - x)^2.
E.g.f.: 31*x*exp(x).
a(n) = 2*a(n-1) - a(n-2). (End)