[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A192839 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Molecular topological indices of the square graphs.
(history; published version)
#21 by Joerg Arndt at Sat Apr 16 11:34:51 EDT 2022
STATUS

reviewed

approved

#20 by Michel Marcus at Sat Apr 16 11:26:09 EDT 2022
STATUS

proposed

reviewed

#19 by Amiram Eldar at Sat Apr 16 04:48:44 EDT 2022
STATUS

editing

proposed

#18 by Amiram Eldar at Sat Apr 16 04:32:55 EDT 2022
LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/MolecularTopologicalIndex.html">Molecular Topological Index</a>.

FORMULA

From Amiram Eldar, Apr 16 2022: (Start)

Sum_{n>=2} 1/a(n) = 13/128 - Pi^2/64 + zeta(3)/16.

Sum_{n>=2} (-1)^n/a(n) = log(2)/4 - Pi^2/128 - 17/128 + 3*zeta(3)/64. (End)

PROG

(MAGMAMagma) [8*n*(n+1)*(n-1)^3: n in [1..30]]; // G. C. Greubel, Jan 04 2019

STATUS

approved

editing

#17 by Susanna Cuyler at Sat Jan 05 08:21:15 EST 2019
STATUS

reviewed

approved

#16 by Michel Marcus at Sat Jan 05 02:40:24 EST 2019
STATUS

proposed

reviewed

#15 by Muniru A Asiru at Sat Jan 05 01:39:27 EST 2019
STATUS

editing

proposed

#14 by Muniru A Asiru at Sat Jan 05 01:39:22 EST 2019
MAPLE

[8*n*(n+1)*(n-1)^3$n=1..30]; # Muniru A Asiru, Jan 05 2019

STATUS

proposed

editing

#13 by G. C. Greubel at Fri Jan 04 23:49:16 EST 2019
STATUS

editing

proposed

#12 by G. C. Greubel at Fri Jan 04 23:48:15 EST 2019
NAME

Molecular topological indices of the square graphs.

LINKS

G. C. Greubel, <a href="/A192839/b192839.txt">Table of n, a(n) for n = 1..1000</a>

FORMULA

a(n) = 8*(-1+n)^3*(n*(+1+)*(n-1)^3.

G.f.: 48*x^2*(1+x)*(1+9*x)/(1-x)^6. [_- _Colin Barker_, Aug 07 2012]

E.g.f.: 8*x^2*(3 + 13*x + 8*x^2 + x^3)*exp(x). - G. C. Greubel, Jan 04 2019

MATHEMATICA

Table[, {n, 1, 30}] (* G. C. Greubel, Jan 04 2019 *)

PROG

(PARI) vector(30, n, 8*n*(n+1)*(n-1)^3) \\ G. C. Greubel, Jan 04 2019

(MAGMA) [8*n*(n+1)*(n-1)^3: n in [1..30]]; // G. C. Greubel, Jan 04 2019

(Sage) [8*n*(n+1)*(n-1)^3 for n in (1..30)] # G. C. Greubel, Jan 04 2019

(GAP) List([1..30], n -> 8*n*(n+1)*(n-1)^3); # G. C. Greubel, Jan 04 2019

STATUS

approved

editing