[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 A192850 (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 web graphs.
(history; published version)
#16 by Charles R Greathouse IV at Thu Sep 08 08:45:58 EDT 2022
PROG

(MAGMAMagma) [n*(6*n^2+22*n+3*((-1)^n+7)): n in [1..40]]; // G. C. Greubel, Jan 05 2019

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#15 by Alois P. Heinz at Mon Jan 07 05:28:09 EST 2019
STATUS

reviewed

approved

#14 by Michel Marcus at Sun Jan 06 02:06:14 EST 2019
STATUS

proposed

reviewed

#13 by G. C. Greubel at Sun Jan 06 00:16:12 EST 2019
STATUS

editing

proposed

#12 by G. C. Greubel at Sun Jan 06 00:16:06 EST 2019
NAME

Molecular topological indices of the web graphs.

LINKS

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

FORMULA

G.f.: 2*x*(x^4+2*x^3+46*x+23)/((x-1)^4*(x+1)^2). [_- _Colin Barker_, Aug 07 2012]

E.g.f.: x*((49 +40*x +6*x^2)*exp(x) - 3*exp(-x)). - G. C. Greubel, Jan 05 2018

MATHEMATICA

Table[n*(6*n^2+22*n+3*((-1)^n+7)), {n, 1, 40}] (* G. C. Greubel, Jan 05 2019 *)

PROG

(PARI) vector(40, n, n*(6*n^2+22*n+3*((-1)^n+7))) \\ G. C. Greubel, Jan 05 2019

(MAGMA) [n*(6*n^2+22*n+3*((-1)^n+7)): n in [1..40]]; // G. C. Greubel, Jan 05 2019

(Sage) [n*(6*n^2+22*n+3*((-1)^n+7)) for n in (1..40)] # G. C. Greubel, Jan 05 2019

(GAP) List([1..40], n -> n*(6*n^2+22*n+3*((-1)^n+7))); # G. C. Greubel, Jan 05 2019

STATUS

approved

editing

#11 by Charles R Greathouse IV at Sun Jun 18 02:26:43 EDT 2017
LINKS

<a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (2,1,-4,1,2,-1).

Discussion
Sun Jun 18
02:26
OEIS Server: https://oeis.org/edit/global/2679
#10 by Charles R Greathouse IV at Sat Jun 13 00:53:54 EDT 2015
LINKS

<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (2,1,-4,1,2,-1).

Discussion
Sat Jun 13
00:53
OEIS Server: https://oeis.org/edit/global/2439
#9 by Charles R Greathouse IV at Fri Jun 12 15:27:48 EDT 2015
LINKS

<a href="/index/Rea#recLCCRec">Index to sequences with linear recurrences with constant coefficients</a>, signature (2,1,-4,1,2,-1).

Discussion
Fri Jun 12
15:27
OEIS Server: https://oeis.org/edit/global/2436
#8 by Joerg Arndt at Tue Aug 07 14:03:25 EDT 2012
STATUS

proposed

approved

#7 by Colin Barker at Tue Aug 07 14:01:04 EDT 2012
STATUS

editing

proposed