VOOZH
about
URL: https://oeis.org/A204812
⇱ A204812 - OEIS
login
A204812
Primes followed by a gap of 128 = nextprime(p)-p.
3
3851459, 9810653, 11296673, 13346903, 16771481, 22176953, 24149813, 29788571, 34690163, 36617279, 37360493, 37757639, 38606339, 38952479, 42560519, 43408283, 43799813, 45763649, 46994951, 48522209, 49222211, 51071483, 51274253, 52154309
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
M. F. Hasler,
Table of n, a(n) for n = 1..100
Index entries for primes, gaps between
.
MATHEMATICA
Prime[#]&/@Flatten[Position[Differences[Prime[Range[32*10^5]]], 128]] (*
Harvey P. Dale
, Feb 08 2026 *)
PROG
(PARI) list_gaps(g=128, f, N=100, 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:
A036474
A344904
A344921
*
A205421
A183592
A069375
Adjacent sequences:
A204809
A204810
A204811
*
A204813
A204814
A204815
KEYWORD
nonn
AUTHOR
M. F. Hasler
, Jan 19 2012
STATUS
approved