cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A194607 Record values in A194606.

This page as a plain text file.
%I A194607 #20 Apr 03 2023 10:36:12
%S A194607 0,1,2,4,5,6,11,17,20,28,70,99,150,726,7431,22394,85461,191207
%N A194607 Record values in A194606.
%C A194607 The index sequence of this one is 1, 3, 6, 15, 17, 29, 53, 115, 186, 220, 229, 1886, 5344, 5736, 66774, 1087403, 14747671, 158018119.
%C A194607 a(17) was found in 2000 by Wilfrid Keller and a(18) was found in 2003 by _Patrick De Geest_.
%D A194607 Wilfrid Keller, personal communication, 2010.
%H A194607 Chris K. Caldwell, The List of Largest Known Primes, <a href="https://t5k.org/primes/page.php?id=6614">270704167 * 2^85461 - 1</a>
%H A194607 Chris K. Caldwell, The List of Largest Known Primes, <a href="https://t5k.org/primes/page.php?id=596">3296757029 * 2^191207 + 1</a>
%H A194607 Carlos Rivera, <a href="http://www.primepuzzles.net/problems/prob_030.htm">Problem 30</a>
%e A194607 A194606(53) = 11 since A194606(115) = 17 is the next record value.
%t A194607 l = -1; Flatten[Table[p = Prime[n]; k = 0; While[! PrimeQ[p*2^k - 1] && ! PrimeQ[p*2^k + 1], k++]; If[k > l, l = k, {}], {n, 10^4}]] (* _Arkadiusz Wesolowski_, Sep 04 2011 *)
%Y A194607 Cf. A194591, A194600, A194603, A194606, A194608, A194635, A194636, A194637, A194638, A194639.
%Y A194607 Cf. A103963, A103964, A076335, A180247.
%K A194607 more,nonn
%O A194607 1,3
%A A194607 _Arkadiusz Wesolowski_, Aug 30 2011