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!)
A194639 Indices of records in A194591 when it is restricted to odd indices. 13

%I #35 Apr 03 2023 10:36:12

%S 1,5,13,47,59,109,241,335,1109,1373,1447,14893,52267,56543,649603,

%T 838441,8840101,16935761,100604513,118373279,270704167,1355477231

%N Indices of records in A194591 when it is restricted to odd indices.

%C Integers for which the smallest k in A194591 such that (2*n-1)*2^k - 1 or (2*n-1)*2^k + 1 is prime (A194638) increases.

%C A194637 gives the record values of A194636.

%D Wilfrid Keller, personal communication, 2010.

%H Chris K. Caldwell, The List of Largest Known Primes, <a href="https://t5k.org/primes/page.php?id=107">1355477231 * 2^356981 + 1</a>

%H Carlos Rivera, <a href="http://www.primepuzzles.net/problems/prob_030.htm">Problem 30</a>

%t l = -1; Flatten[Table[n = 2*n - 1; k = 0; While[! PrimeQ[n*2^k - 1] && ! PrimeQ[n*2^k + 1], k++]; If[k > l, l = k; n, {}], {n, 10^5}]] (* _Arkadiusz Wesolowski_, Sep 04 2011 *)

%Y Cf. A194591, A194600, A194603, A194606, A194607, A194608, A194635, A194636, A194637, A194638.

%Y Cf. A064699, A076335, A180247, A217892.

%Y Cf. A217892 (indices of records of unrestricted A194591)

%K more,nonn

%O 1,2

%A _Arkadiusz Wesolowski_, Aug 31 2011

%E a(22) was found in 2002 by Wilfrid Keller.

%E Definition corrected by _Max Alekseyev_ and _Farideh Firoozbakht_, Oct 16 2014

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 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)