login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A305069 a(n) = 117*n - 72 (n>=1). 2
45, 162, 279, 396, 513, 630, 747, 864, 981, 1098, 1215, 1332, 1449, 1566, 1683, 1800, 1917, 2034, 2151, 2268, 2385, 2502, 2619, 2736, 2853, 2970, 3087, 3204, 3321, 3438, 3555, 3672, 3789, 3906, 4023, 4140, 4257, 4374, 4491, 4608, 4725, 4842, 4959, 5076, 5193, 5310, 5427, 5544, 5661, 5778 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the second Zagreb index of the chain silicate network CS(n), defined pictorially in the Javaid et al. reference (Fig. 2, where CS(6) is shown) or in Liu et al. reference (Fig. 4, where CS(8) is shown).
The second Zagreb index of a simple connected graph is the sum of the degree products d(i)d(j) over all edges ij of the graph.
The M-polynomial of CS(n) is M(C(n); x, y) = (n+4)*x^3*y^3 + (4*n-2)*x^3*y^6 + (n-2)*x^6*y^6 (n>=2).
LINKS
E. Deutsch and Sandi Klavzar, M-polynomial and degree-based topological indices, Iranian J. Math. Chemistry, 6, No. 2, 2015, 93-102.
M. Javaid and C. Y. Jung, M-polynomials and topological indices of silicate and oxide networks, International J. Pure and Applied Math., 115, No. 1, 2017, 129-152.
J.-B. Liu, S. Wang, C. Wang, and S. Hayat, Further results on computation of topological indices of certain networks, IET Control Theory Appl., 11, No. 13, 2017, 2065-2071.
FORMULA
From Colin Barker, May 26 2018: (Start)
G.f.: 9*x*(5 + 8*x) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>2.
(End)
MAPLE
seq(117*n-72, n = 1 .. 50);
PROG
(PARI) Vec(9*x*(5 + 8*x) / (1 - x)^2 + O(x^50)) \\ Colin Barker, May 26 2018
(GAP) List([1..50], n->117*n-72); # Muniru A Asiru, May 27 2018
CROSSREFS
Cf. A305068.
Sequence in context: A234336 A173371 A288669 * A061658 A254147 A271737
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 25 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)