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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089582 From Gilbreath's conjecture. 3

%I #34 May 10 2023 10:30:58

%S 2,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,0,2,2,0,0,2,2,2,0,0,0,2,2,0,2,0,0,0,

%T 2,2,0,0,0,0,0,0,2,2,0,2,2,0,2,0,0,2,0,2,2,2,2,0,0,0,0,0,0,2,0,0,2,2,

%U 0,0,2,2,0,2,0,0,0,0,0,2,0,2,2,2,2,2,0,0,2,2,0,0,2,2,0,0,0,0,2,2,2,2,0,0,0

%N From Gilbreath's conjecture.

%C Let d_0(n) = p_n, the n-th prime, for n = 1 and let d_k+1 (n) = | d_k(n) - d_k(n+1) | for k = 0, n = 1. A well known conjecture, usually ascribed to Gilbreath but actually due to Proth in the 19th century, says that d_k(1) = 1 for all k >= 1. This sequence gives d_k(2) for all k >1 and for the conjecture to be true, this sequence must contain only 0's and 2's. Although not necessary to the conjecture's validity, the 0's and 2's are of roughly equal count.

%C The paper cited below by A. M. Odlyzko reports on a computation that verified this conjecture for k = p(10^13) ~ 3 * 10^11. It also discusses the evidence and the heuristics about this conjecture. It is very likely that similar conjectures are also valid for many other integer sequences.

%C Number of zeros in the first 10^n terms: 3, 53, 520, 4995, 49737, 500177, ... - _Robert G. Wilson v_, Sep 29 2014

%D R. K. Guy, Unsolved Problems in Number Theory, 2nd Ed., Springer-Verlag, NY, Berlin, 1994, A10.

%D Clifford A. Pickover, The Math Book, From Pythagoras to the 57th Dimension, 250 Milestones in the History of Mathematics, Sterling Publ., NY, 2009, page 410.

%D P. Ribenboim, The new book of prime number records, 3rd edition, Springer-Verlag, New York, NY, pp. xxiv+541, ISBN 0-387-94457-5. 1995. MR 96k:11112

%H Chris Caldwell, <a href="https://t5k.org/glossary/page.php?sort=GilbreathsConjecture">The Prime Glossary, Goldbach's conjecture</a>.

%H Andrew M. Odlyzko, <a href="http://dx.doi.org/10.1090/S0025-5718-1993-1182247-7">Iterated Absolute Values of Differences of Consecutive Primes</a>, Math. Comp. 61 (1993), 373-380.

%H N. J. A. Sloane, <a href="http://neilsloane.com/doc/sg.txt">My favorite integer sequences</a>, in Sequences and their Applications (Proceedings of SETA '98).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/GilbreathsConjecture.html">Gilbreath's Conjecture.</a>

%e See the triangle in A036262.

%p A089582 := proc(n)

%p A036262(n,2) ;

%p end proc:

%p seq(A089582(n),n=1..80) ; # _R. J. Mathar_, May 10 2023

%t mx = 105; lst = {}; t = Array[ Prime, mx+2]; Do[t = Abs@ Differences@ t; AppendTo[lst, t[[2]]], {n, mx}]; lst

%Y See A036262 for an abbreviated table of absolute differences.

%K easy,nonn

%O 1,1

%A _Robert G. Wilson v_ and _R. K. Guy_, Nov 08 2003

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 May 12 08:42 EDT 2024. Contains 372432 sequences. (Running on oeis4.)