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!)
A255311 Decimal expansion of the prime gap constant (concatenate the sizes of prime gaps, A001223). 1
1, 2, 2, 4, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6, 4, 6, 8, 4, 2, 4, 2, 4, 1, 4, 4, 6, 2, 1, 0, 2, 6, 6, 4, 6, 6, 2, 1, 0, 2, 4, 2, 1, 2, 1, 2, 4, 2, 4, 6, 2, 1, 0, 6, 6, 6, 2, 6, 4, 2, 1, 0, 1, 4, 4, 2, 4, 1, 4, 6, 1, 0, 2, 4, 6, 8, 6, 6, 4, 6, 8, 4, 8, 1, 0, 2, 1, 0, 2, 6, 4, 6, 8, 4, 2, 4, 1, 2, 8, 4, 8, 4, 6, 1, 2, 2, 1, 8, 6, 1, 0, 6, 6, 2, 6, 1, 0, 6, 6, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This prime gap constant is similar in spirit to the Copeland-Erdős constant (A033308) and to the Champernowne constant (A033307). Its fractional part, the digits of which represent this sequence, is given as the limit of concatenating the digits (A255307) in the size of gaps between consecutive primes (A001223), while its integer part is zero by definition, as is the case with the other two constants.
The two other constants mentioned above are concatenation of strictly increasing numbers, which might be considered as a significant difference. At least at the beginning of this sequence, odd digits are quite rare, especially the larger ones. (The first digit '9' occurs at index n=46634.) Although prime gaps tend to increase, it is questionable whether this constant is normal, since it may be conjectured (generalizing the twin prime conjecture) that all (and especially small) gaps occur infinitely often. - M. F. Hasler, Apr 08 2015
LINKS
EXAMPLE
Example of the value of this constant for the first 100 digits in the fractional part of its digital expansion: 0.122424246264246626426468424241446210266466210242121242462106662642101442...
MATHEMATICA
Flatten[IntegerDigits[Table[Prime[n+1]- Prime[n], {n, 1, 100}]]]
Flatten[IntegerDigits/@Differences[Prime[Range[200]]]] (* Harvey P. Dale, Jan 30 2019 *)
PROG
(PARI) print1("0."); forprime(p=1+o=2, 360749, print1(-o+o=p)) \\ M. F. Hasler, Apr 08 2015
CROSSREFS
Sequence in context: A303809 A193562 A249868 * A075526 A001223 A118776
KEYWORD
nonn,base,cons
AUTHOR
Waldemar Puszkarz, Feb 20 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 April 24 08:56 EDT 2024. Contains 371934 sequences. (Running on oeis4.)