login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Revision History for A059756

(Underlined text is an ; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A059756 Erdős-Woods numbers: the length of an interval of consecutive integers with property that every element has a factor in common with one of the endpoints.
(history; published version)
#88 by Charles R Greathouse IV at Sun Jun 30 16:25:56 EDT 2024
STATUS

editing

#87 by Charles R Greathouse IV at Sun Jun 30 16:25:50 EDT 2024
LINKS

PROG

(PARI) prime_part(n)={my(P=primes(primepi(n-1))); forstep(x1=2, 2^#P-1, 2, P1=vecextract(P, x1); P2=setminus(P, P1); for(n1=1, n-1, bittest(n-n1, 0) || next; setintersect(P1, factor(n1)[, 1]~) || setintersect(P2, factor(n-n1)[, 1]~) || next(2)); return([P1, P2]))} \\ _M. F. Hasler_, Jun 29 2014

STATUS

approved

#86 by N. J. A. Sloane at Mon Jan 02 12:30:46 EST 2023
LINKS

Christopher Hunt Gribble, <a href="http://list.seqfan.eu/pipermail/seqfan/2014-December/014092.html">Seqfan thread</a>, Dec 05 2014.

Discussion
Mon Jan 02 12:30
OEIS Server: https://oeis.org/edit/global/2957
#85 by Alois P. Heinz at Sun Aug 01 09:08:02 EDT 2021
STATUS

reviewed

#84 by Joerg Arndt at Sun Aug 01 06:44:20 EDT 2021
STATUS

proposed

#83 by Michel Marcus at Sun Aug 01 05:53:12 EDT 2021
STATUS

editing

Discussion
Sun Aug 01 05:53
Michel Marcus: Nice typo
#82 by Michel Marcus at Sun Aug 01 05:52:59 EDT 2021
LINKS

M. F. Hasler and R. J. Mathar, <a href="http://arxiv.org/abs/1510.07997">Corrigendum to "Paths and circuits in finite groups", Discr. Math. 22 (1978) 263</a>, arXiv:1510.07997 (2015).

STATUS

proposed

#81 by David Radcliffe at Sun Aug 01 05:38:39 EDT 2021
STATUS

editing

#80 by David Radcliffe at Sun Aug 01 05:37:33 EDT 2021
COMMENTS

Woods was the first to find such numbers, Dowe proved there are infinitely many and Cegielski, Heroult and Richard showed that the set is recursive.

LINKS

Alan Robert Woods, <a href="http://school.maths.uwa.edu.au/~woods/thesis/WoodsPhDThesis.pdf">Some Problems in Logic and Number Theory, and their Connections</a>, Thesis, University of Manchester, 1981 (reprinted in New Studies in Weak Arithmetics, Sept 2013, CSLI).

#79 by David Radcliffe at Sun Aug 01 05:16:53 EDT 2021
LINKS

M. F. Hasler and R. J. Mathar, <a href="http://arxiv.org/abs/1510.07997">Corrigendum to "Paths and circutis in finite groups", Discr. Math. 22 (1978) 263</a>, arXiv:1510.07997 (2015).

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 August 27 01:48 EDT 2024. Contains 375462 sequences. (Running on oeis4.)