Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A000368

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

Showing entries 1-10 | older changes
Number of connected graphs with one cycle of length 4.
(history; published version)
#79 by Michael De Vlieger at Sun Jul 28 16:49:54 EDT 2024
STATUS

reviewed

approved

#78 by Andrew Howroyd at Sun Jul 28 16:42:26 EDT 2024
STATUS

proposed

reviewed

#77 by Jason Yuen at Sun Jul 28 15:59:22 EDT 2024
STATUS

editing

proposed

#76 by Jason Yuen at Sun Jul 28 15:57:52 EDT 2024
FORMULA

| (f(D[1])^4 + 2*f(D[1])^3 + 3*f(D[1])^2 + 2 * f(D[1]))/8, if d = 1,

| ((3*f(D[2])^2+f(D[2]]))*f(D[1])^2+(f(D[2])^2+3*f(D[2]]))*f(D[1]]))/4,

STATUS

approved

editing

Discussion
Sun Jul 28
15:59
Jason Yuen: I used the PARI program to fix these brackets.
#75 by OEIS Server at Sat Dec 26 08:46:24 EST 2020
LINKS

Vaclav Kotesovec, <a href="/A000368/b000368_1.txt">Table of n, a(n) for n = 4..2000</a> (terms 4..43 from Sean A. Irvine, 44..200 from Washington Bomfim)

#74 by Vaclav Kotesovec at Sat Dec 26 08:46:24 EST 2020
STATUS

proposed

approved

Discussion
Sat Dec 26
08:46
OEIS Server: Installed new b-file as b000368.txt.  Old b-file is now b000368_1.txt.
#73 by Washington Bomfim at Sat Dec 26 08:21:21 EST 2020
STATUS

editing

proposed

#72 by Washington Bomfim at Sat Dec 26 08:20:28 EST 2020
PROG

(PARI) g(Q)={my(V=Vec(Q), D=Set(V), d=#D); if(d==4, return(3*f[D[1]]*f[D[2]]*f[D[3]]*f[D[4]]));

g(Q) = {my(V=Vec(Q), D=Set(V), d=#D); if(d==4, return(3*f[D[1]]*f[D[2]]*f[D[3]] *f[D[4]])); if(d==1, return((f[D[1]]^4+2*f[D[1]]^3+3*f[D[1]]^2+2*f[D[1]])/8));

my(k=1, m = #select(x->x == D[k], V), t); while(m==1, k++; m = #select(x->x == D[k], V)); t = D[1]; D[1] = D[k]; D[k] = t;

seq(max_n) = { my(s, a = vector(max_n), U); f = vector(max_n); f[1] = 1;

for(j=1, max_n - 1, if(j%100==0, print(j)); f[j+1] = 1/j * sum(k=1, j, sumdiv(k, d, d * f[d]) * f[j-k+1]));

for(n=4, max_n, s=0; forpart(Q = n, s += gif( (Q), [1, n], [4, 4]); a > Q[n3] = s); a && (Q[3]-1 > Q[4..max_n2] }; \\ _Washington Bomfim_, Jul 19 2012 and Dec 22 2020),

U = U / (f[Q[4] + 1] * f[Q[3] - 1]) * f[Q[4]] * f[Q[3]], U = g(Q)); s += U,

[1, n], [4, 4]); a[n] = s; if(n % 100 == 0, print(n": " s))); a[4..max_n] };

\\ Washington Bomfim, Jul 19 2012 and Dec 22 2020

STATUS

reviewed

editing

#71 by Vaclav Kotesovec at Sat Dec 26 02:58:44 EST 2020
STATUS

proposed

reviewed

Discussion
Sat Dec 26
08:14
Washington Bomfim: Sorry, no lines longer than 80 characters next time.   
To compute 10,000 terms is not practical with my program. I'm now at n = 1600. Probably it will run all day to reach n=2,000.
#70 by Washington Bomfim at Fri Dec 25 18:45:40 EST 2020
STATUS

editing

proposed

Discussion
Fri Dec 25
19:03
Washington Bomfim: Hi Vaclav, I will try to compute the 2000th term to see if our results are the same.
22:04
Washington Bomfim: a(2000) =
606763465480747938910827949071093919312968282214726206935913618465860642124540831440639998880347857176159040780829712632666264400087482228208377491906312943183191908038957316960539782226988146289283785318324266124803935200853744194457207806
244134292867487608319643266895852562419787596111095383589013241792782593060980075691286147650767516115809180327056016071692384284718442479408813594926489191924747084461184581647172560098415576680272137540190069262450921360520446832227434467
923857870746173337718994269579988076355954553313147761051980070718801918394621964755484086844897288295397880720025015834716367834986800348613318775130270890537389985644496178039124179123402922422673168875790651565470185942087355725525539452
334850648034191822919176580632845372189136218412262207169312726812839865514690607207868027861129506176490824319542862365082874968610645432592685495636082643420568109857616564328312833479346557315738589943601226733413
Sat Dec 26
00:34
Michel Marcus: 22:04 please next time, just say : the same /not the same
02:35
Vaclav Kotesovec: Washington, it's nice that you got the same number, but please don't enter lines longer than 80 characters next time. It completely disintegrated the formatting. By the way, I have calculated 10000 values...
02:37
Vaclav Kotesovec: However, your PARI program does not give any outputs. How to display values e.g. 4 to 20 ?
02:58
Vaclav Kotesovec: Ah, seq(20) gives the terms.