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.

A340528 Radio number of the path graph P_n.

Original entry on oeis.org

0, 1, 3, 5, 10, 13, 20, 25, 34, 41, 52, 61, 74, 85, 100, 113, 130, 145, 164, 181, 202, 221, 244, 265, 290, 313, 340, 365, 394, 421, 452, 481, 514, 545, 580, 613, 650, 685, 724, 761, 802, 841, 884, 925, 970, 1013, 1060, 1105, 1154, 1201, 1252, 1301, 1354, 1405, 1460, 1513
Offset: 1

Views

Author

Eric W. Weisstein, Jan 10 2021

Keywords

Comments

a(n) is also the largest possible radio number for a graph on n nodes.

Crossrefs

Cf. A236283.

Formula

a(n) = A236283(n-1) for n > 1, n != 3.
a(n) = 0 for n = 1,
= 3 for n = 3,
= (n - 2)*n/2 + 1 for n even,
= (n - 3)*(n + 1)/2 + 4 for n odd.
G.f.: x^2*(1 + x^2)*(1 + x - 2*x^2 + x^3)/((1 - x)^3*(1 + x)).