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!)
A290541 Record gaps between numbers that are either prime or twice a prime. 3
1, 3, 6, 10, 11, 12, 13, 15, 19, 21, 25, 28, 35, 40, 48, 57, 60, 64, 70, 75, 83, 90, 95, 117, 120, 144, 148, 150, 153, 167, 168, 196, 205, 212, 214, 221, 234, 244, 254, 255 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Records in A290496.
The gap of 57 between 31397 and 31454 is due to the record prime gap between 31397 and 31469 being almost exactly twice the record prime gap between 15683 and 15727.
LINKS
FORMULA
a(n) = A290489(n) - A290488(n).
EXAMPLE
a(3) = 6 because the next number that is a prime or twice a prime after 47 is 53, and that is a record gap of size 6.
MATHEMATICA
With[{nn = 10^7}, Union@ FoldList[Max, Differences@ #] &@ Union@ Flatten@ {#, 2 TakeWhile[#, # < Prime[nn]/2 &]} &@ Prime@ Range@ nn] (* Michael De Vlieger, Aug 06 2017 *)
CROSSREFS
Sequence in context: A307574 A169911 A073851 * A043321 A241858 A231668
KEYWORD
more,nonn
AUTHOR
Bobby Jacobs, Aug 05 2017
EXTENSIONS
a(36)-a(40) from Giovanni Resta, Aug 06 2017
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 July 26 08:00 EDT 2024. Contains 374615 sequences. (Running on oeis4.)