The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A204813 Primes followed by a gap of 256 = nextprime(p)-p. 2
1872851947, 2362150363, 2394261637, 2880755131, 2891509333, 3353981623, 3512569873, 3727051753, 3847458487, 4008610423, 4486630573, 4541745583, 4755895531, 4837532347, 5227869607, 5389475977, 6201260587, 6229685347, 6952228483, 7325665111, 7414468513 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) list_gaps(g=256, f, N=25, p=0)=for(c=1, N, while(g+p!=p=nextprime(p+1), ); if(f, write(f".txt", c" ", p-g), print1(", "p-g)))
CROSSREFS
Sequence in context: A251282 A015429 A263562 * A103752 A105383 A339251
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jan 19 2012
EXTENSIONS
a(8)-a(21) from Washington Bomfim
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 May 21 10:20 EDT 2024. Contains 372735 sequences. (Running on oeis4.)