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!)
A134117 Primes p such that q-p = 36, where q is the next prime after p. 8
9551, 12853, 14107, 15823, 18803, 22193, 22307, 22817, 24281, 27143, 28351, 29881, 32261, 40387, 42863, 45083, 45197, 46771, 46957, 47981, 50461, 57601, 60041, 60457, 62423, 65993, 66301, 68171, 69073, 69557, 71597, 72577, 72823, 73783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
a(n) >> n log^2 n. - Charles R Greathouse IV, Sep 14 2015
MATHEMATICA
Select[Partition[Prime[Range[10000]], 2, 1], #[[2]]-#[[1]]==36&][[All, 1]] (* Harvey P. Dale, Aug 27 2019 *)
PROG
(PARI) is(n)=nextprime(n+1)==n+36 && isprime(n) \\ Charles R Greathouse IV, Sep 14 2015
CROSSREFS
Sequence in context: A236161 A252512 A161002 * A353088 A232189 A271046
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Oct 08 2007
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)