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!)
A277990 a(n) = 54*n^2 + 6*n. 2
0, 60, 228, 504, 888, 1380, 1980, 2688, 3504, 4428, 5460, 6600, 7848, 9204, 10668, 12240, 13920, 15708, 17604, 19608, 21720, 23940, 26268, 28704, 31248, 33900, 36660, 39528, 42504, 45588, 48780, 52080, 55488, 59004, 62628, 66360, 70200, 74148, 78204, 82368, 86640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n > 0, a(n) is the first Zagreb index of the polycyclic aromatic hydrocarbon PAH[n]. The first Zagreb index of a simple connected graph is the sum of the squared degrees of its vertices. Alternately, it is the sum of the degree sums d(i)+ d(j) over all edges ij of the graph. The pictorial definition of PAH[n] can be viewed in the Farahani reference.
The M-polynomial of the polycyclic aromatic hydrocarbon PAH[n] is M(PAH[n], x, y) = 6*n*x*y^3 + 3*n*(3*n-1)*x^3*y^3.
Also sequence found by reading the line from 0, in the direction 0, 60, ..., in the square spiral whose vertices are the generalized 29-gonal numbers (A303815). - Omar E. Pol, Nov 12 2016
LINKS
E. Deutsch and Sandi Klavzar, M-polynomial and degree-based topological indices, Iranian J. Math. Chemistry, 6, No. 2, 2015, 93-102.
M. R. Farahani, Some connectivity indices of polycyclic aromatic hydrocarbons (PAHs), Advances in Materials and Corrosion, 1, 2013, 65-69.
I. Gutman and K. C. Das, The first Zagreb index 30 years after, MATCH Commun. Math. Comput. Chem. 50, 2004, 83-92.
FORMULA
G.f.: 12*x*(5 + 4*x)/(1 - x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Nov 13 2016
MAPLE
seq(54*n^2+6*n, n = 1..45);
MATHEMATICA
Table[54n^2+6n, {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 60, 228}, 50] (* Harvey P. Dale, Jan 28 2020 *)
PROG
(Magma) [54*n^2+6*n: n in [0..40]]; // Vincenzo Librandi, Nov 13 2016
(PARI) a(n)=54*n^2+6*n \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A068628 A256985 A075287 * A103741 A140873 A263225
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Nov 12 2016
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 May 19 23:42 EDT 2024. Contains 372703 sequences. (Running on oeis4.)