[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A371745 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Decimal expansion of Sum_{k>=0} (-1)^k * k / ((k+1) (2k)!).
(history; published version)
#20 by N. J. A. Sloane at Fri May 03 15:19:39 EDT 2024
STATUS

proposed

approved

#19 by Michel Marcus at Wed May 01 11:35:02 EDT 2024
STATUS

editing

proposed

#18 by Michel Marcus at Wed May 01 11:34:56 EDT 2024
NAME

Decimal expansion of Sum_{k>=0} (-1)^k * k / ((k+1) (2k)!).

STATUS

proposed

editing

#17 by Clark Kimberling at Wed May 01 09:15:20 EDT 2024
STATUS

editing

proposed

#16 by Clark Kimberling at Wed May 01 09:12:02 EDT 2024
NAME

allocated for Clark KimberlingDecimal expansion of Sum_{k>=0} (-1)^k k / ((k+1) (2k)!).

DATA

2, 2, 3, 2, 4, 4, 2, 7, 5, 4, 8, 3, 9, 3, 2, 7, 3, 0, 7, 0, 5, 9, 4, 1, 2, 5, 0, 7, 0, 3, 5, 7, 4, 6, 0, 2, 9, 7, 7, 4, 3, 6, 5, 4, 2, 2, 1, 4, 6, 6, 4, 3, 5, 9, 0, 1, 5, 6, 0, 0, 6, 7, 5, 3, 6, 4, 9, 2, 1, 2, 0, 3, 5, 5, 6, 9, 5, 1, 1, 0, 2, 4, 1, 5, 2, 3

OFFSET

0,1

FORMULA

Equals 2 - cos(1) - 2 sin(1).

EXAMPLE

-0.2232442754839327307059412507035746029774...

MATHEMATICA

s = Sum[(-1)^k k/((k + 1) (2 k)!), {k, 0, Infinity}]

d = N[s, 100]

First[RealDigits[d]]

CROSSREFS
KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling, May 01 2024

STATUS

approved

editing

#15 by Clark Kimberling at Sun Apr 28 11:48:07 EDT 2024
NAME

allocated for Clark Kimberling

KEYWORD

recycled

allocated

#14 by N. J. A. Sloane at Sun Apr 28 11:26:16 EDT 2024
STATUS

editing

approved

#13 by N. J. A. Sloane at Sun Apr 28 11:26:13 EDT 2024
NAME

Maximum number of vertices of an irreducible multipole with n semiedges.

DATA

0, 1, 2, 5

OFFSET

2,3

COMMENTS

Multipoles are the pieces we obtain by cutting some edges of a cubic graph at one or more points. Every 3-edge-coloring of a multipole induces a coloring or color-state of its semiedges. Multipoles have been extensively used in the study of snarks, that is, cubic graphs which are not 3-edge-colorable.

Given two multipoles M1 and M2 with the same number of semiedges, we say that M1 is reducible to M2 if the color-state set of M2 is a nonempty subset of the color state set of M1, and M2 has fewer vertices than M1.

Finding the maximum number a(n) of vertices of an irreducible multipole with n semiedges could be seen as the non-planar version of the study of irreducible configurations in the Four-Color Theorem.

The only known values are a(2) = 0, a(3) = 1 (both are trivial results), a(4) = 2 (Goldberg, 1981), and a(5) = 5 (Cameron, Chetwynd, and Watkins, 1987). For n = 6, Karabáš, Máčajová, and Nedela (2013) proved that a(6) >= 12.

It is known that a(n) is, at least, partially monotone in the sense that a(n) >= max{n, a(n-1)-1, a(n-2)}.

A conjecture of Jaeger and Swart (1980) states that every snark contains a cycle separating edge-cut of size at most six. If this were true, then a(6) would be the most interesting unknown value of a(n).

REFERENCES

M. A. Fiol, A Boolean algebra approach to the construction of snarks, in Graph Theory, Combinatorics and Applications, vol. 1 (Eds. Y. Alavi, G. Chartrand, O. R. Oellermann, and A. J. Schwenk), John Wiley & Sons, New York (1991), 493-524.

LINKS

M. A. Fiol, G. Mazzuoccolo, and E. Steffen, <a href="https://doi.org 10.37236/6848">Measures of edge-uncolorability of cubic graphs</a>, Electron. J. Combin. 25 (2018), no. 4, P4.54.

M. A. Fiol and J. Vilaltella, <a href="https://doi.org/10.37236/3629">Some results on the structure of multipoles in the study of snarks</a>, Electron J. Combin. 22(1) (2015), #P1.45.

M. Gardner, <a href="https://doi.org 10.1038%2Fscientificamerican0476-126"> Mathematical Games: Snarks, Boojums and other conjectures related to the four-color-map theorem</a>, Sci. Am. 234 (1976), no. 4, 126-130.

R. Isaacs, <a href="https://doi.org/10.2307/2319844">Infinite families of nontrivial trivalent graphs which are not Tait colorable</a>, Amer. Math. Monthly 82 (1975), no. 3, 221-239.

J. Karabáš, E. Máčajová, and R. Nedela, <a href="https://doi.org/10.1016/j.ejc.2012.07.019">6-decomposition of snarks</a>, European J. Combin. 34 (2013), no. 1, 111-122.

KEYWORD

nonn

recycled

AUTHOR

Miquel A. Fiol, Apr 05 2024

STATUS

proposed

editing

#12 by Jon E. Schoenfield at Fri Apr 05 09:12:38 EDT 2024
STATUS

editing

proposed

Discussion
Fri Apr 05
10:17
Miquel A. Fiol: Yes, when I proposed this short sequence, I was aware that it didn't quite fit the Style Sheet. Anyway, I think this would become a very interesting sequence if more terms could be calculated (not an easy computational task). The main reason is its importance in the study of the structure of snarks as a "non-planar version" of the four color theorem.
Thus, my aim would be to encourage other people to attack this problem.
10:18
Miquel A. Fiol: As commented, even the computation of a(6) would be a big step.
16:46
Jon E. Schoenfield: For some reason, it seems that I keep forgetting the rule(s) as to when a sequence should get keyword “bref” … maybe that applies here?
Sat Apr 06
11:50
Miquel A. Fiol: For this sequence,  two possible keywords could be "more" and/or "hard".
Sun Apr 28
11:25
N. J. A. Sloane: We need more terms!  1,2,5 matches thousands of existing entries
#11 by Jon E. Schoenfield at Fri Apr 05 09:06:23 EDT 2024
COMMENTS

Given two multipoles M1 and M2 with the same number of semiedges, we say that M1 is reducible to M2 if the color-state set of M2 is a non-empty nonempty subset of the color state set of M1, and M2 has fewer vertices than M1.

Discussion
Fri Apr 05
09:06
Jon E. Schoenfield: (per the Style Sheet)
09:10
Jon E. Schoenfield: I’m guessing “non-planar” is okay. (Both it and “nonplanar” occur in the OEIS.)
09:12
Jon E. Schoenfield: But there are almost 1000 sequences in the OEIS that include “0, 1, 2, 5” as a subsequence. Maybe this one will be accepted anyway … I dunno. ?:-/