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.
%I A349418 #24 Dec 18 2021 23:47:16 %S A349418 16,28,46,71,104,146,198,261,336,424,526,643,776,926,1094,1281,1488, %T A349418 1716,1966,2239,2536,2858,3206,3581,3984,4416,4878,5371,5896,6454, %U A349418 7046,7673,8336,9036,9774,10551,11368,12226,13126,14069,15056,16088,17166,18291,19464,20686 %N A349418 a(n) is the Wiener index of a tridon on n vertices. %C A349418 A tridon on n vertices is a caterpillar that is obtained by adding 2 distinct pendant vertices to the first (or last) internal vertex of a path on n >= 3 vertices. %F A349418 a(n) = (1/6)*n^3 - (19/6)*n + 11. %e A349418 For n=5, a(5)=16 gives the Wiener index of a star graph on 5 vertices. Also, for n=6, a(6)=28 gives the Wiener index of a tridon graph on 6 vertices. %e A349418 * %e A349418 *____\*____*____* %e A349418 / %e A349418 * %t A349418 Table[(1/6)*n^3 - (19/6)*n + 11, {n, 1, 100}] %Y A349418 Cf. A349416 (broom), A349417 (sling). %K A349418 nonn,easy %O A349418 5,1 %A A349418 _Julian Allagan_, Nov 16 2021