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!)
A267692 Terms of A030461 that give successive gap records. 2

%I #23 Mar 17 2016 07:20:26

%S 23,3137,199211,523541,16691693,1393313963,2428124317,3498135023,

%T 4028940343,191353191413,221327221393,507217507289,843911844001,

%U 25654632565559,55778515577959,82237498223863,1127656111276687,1280935912809491,2038858320388727,3338451733384667,5272111352721287,9280102992801209

%N Terms of A030461 that give successive gap records.

%C Subsequence of A030461.

%H Jean-Marc Rebert, <a href="/A267692/b267692.txt">Table of n, a(n) for n = 1..23</a>

%e a(1) = A030461(1) = 23. gap = 3 - 2 = 1.

%e a(2) = 3137, because 3137 is the first term in A030461 > 23, with gap = 37 - 31 = 6 > 1.

%e a(3) = 199211, because 199211 is the first term in A030461 > 3137, with gap = 211 - 199 = 12 > 6.

%t Reap[For[record = 0; p = 2, p < 10^8, p = NextPrime[p], If[PrimeQ[pp = FromDigits[Join[IntegerDigits[p], IntegerDigits[np = NextPrime[p]]]]], If[np - p > record, record = np - p; Print[pp]; Sow[pp]]]]][[2, 1]] (* _Jean-François Alcover_, Mar 02 2016 *)

%Y Cf. A030461, A267721.

%K base,nonn

%O 1,1

%A _Jean-Marc Rebert_, Jan 19 2016

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)