The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A304841 a(n) = 67*n - 10 (n>=1). 1
57, 124, 191, 258, 325, 392, 459, 526, 593, 660, 727, 794, 861, 928, 995, 1062, 1129, 1196, 1263, 1330, 1397, 1464, 1531, 1598, 1665, 1732, 1799, 1866, 1933, 2000, 2067, 2134, 2201, 2268, 2335, 2402, 2469, 2536, 2603, 2670, 2737, 2804, 2871, 2938, 3005, 3072, 3139, 3206, 3273, 3340 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the second Zagreb index of the polyazulene A[n], shown pictorially in the Cash et al. reference (Fig. 6).
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 the polyazulene A[n] is M(A[n];x,y) = (n + 5)*x^2*y^2 + (6*n - 2)*x^2*y^3 + (3*n - 2)*x^3*y^3.
LINKS
G. Cash, S. Klavzar, M. Petkovsek, Three methods for calculation of the hyper-Wiener index of a molecular graph, J. Chem. Inf. Comput. Sci. 42, 2002, 571-576.
E. Deutsch and Sandi Klavzar, M-polynomial and degree-based topological indices, Iranian J. Math. Chemistry, 6, No. 2, 2015, 93-102.
FORMULA
From Michael De Vlieger, May 24 2018: (Start)
G.f.: (x*(57 + 10*x))/(-1 + x)^2.
a(n) = 2*a(n-1)-a(n-2). (End)
MAPLE
seq(67*n-10, n = 1 .. 50);
MATHEMATICA
Array[67 # - 10 &, 50] (* or *)
LinearRecurrence[{2, -1}, {57, 124}, 50] (* or *)
Rest@ CoefficientList[Series[(x (57 + 10 x))/(-1 + x)^2, {x, 0, 50}], x] (* Michael De Vlieger, May 24 2018 *)
CROSSREFS
Cf. A304840.
Sequence in context: A216895 A044244 A044625 * A240759 A154092 A118152
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 24 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 June 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)