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.

A017054 a(n) = (7*n + 6)^2.

Original entry on oeis.org

36, 169, 400, 729, 1156, 1681, 2304, 3025, 3844, 4761, 5776, 6889, 8100, 9409, 10816, 12321, 13924, 15625, 17424, 19321, 21316, 23409, 25600, 27889, 30276, 32761, 35344, 38025, 40804, 43681, 46656
Offset: 0

Views

Author

Keywords

Comments

If Y is a fixed 2-subset of a (7n+1)-set X then a(n-1) is the number of 3-subsets of X intersecting Y. - Milan Janjic, Oct 21 2007

Crossrefs

Cf. A017053 (7*n+6).

Programs

Formula

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=36, a(1)=169, a(2)=400. - Harvey P. Dale, Apr 28 2016
Sum_{n>=0} 1/a(n) = psi'(6/7)/49 = 0.04223032499681527770... - R. J. Mathar, May 07 2024
G.f.: -(36+61*x+x^2)/(x-1)^3 . - R. J. Mathar, May 07 2024