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.

A033577 a(n) = (3*n+1) * (4*n+1).

Original entry on oeis.org

1, 20, 63, 130, 221, 336, 475, 638, 825, 1036, 1271, 1530, 1813, 2120, 2451, 2806, 3185, 3588, 4015, 4466, 4941, 5440, 5963, 6510, 7081, 7676, 8295, 8938, 9605, 10296, 11011, 11750, 12513, 13300, 14111, 14946, 15805, 16688, 17595, 18526, 19481, 20460, 21463
Offset: 0

Views

Author

Keywords

Comments

Also the 120ยบ spoke (or ray) of a hexagonal spiral of Ulam. - Robert G. Wilson v, Jul 06 2014
If two independent real random variables x and y are distributed according to the same exponential distribution with pdf(x) = lambda * exp(-lambda * x) for some lambda > 0, then the probability that 3 <= x/(n*y) < 4 is given by n/a(n) for n>1. - Andres Cicuttin, Dec 11 2016

Examples

			See A056105 example section for hexagonal spiral of Ulam diagram. - _Robert G. Wilson v_, Jul 06 2014
		

Crossrefs

Programs

Formula

From Colin Barker, Dec 12 2016: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>2.
G.f.: (1 + 17*x + 6*x^2)/(1-x)^3. (End)
E.g.f.: (1 + 19*x + 12*x^2)*exp(x). - G. C. Greubel, Oct 12 2019

Extensions

More terms from Wesley Ivan Hurt, Jul 06 2014