A133832 Least number k > n such that the binary trinomial 1 + 2^n + 2^k is prime, or 0 if there is no such k.
2, 3, 5, 13, 6, 7, 9, 9, 18, 19, 14, 13, 15, 17, 17, 81, 20, 19, 30, 33, 26, 27, 38, 81, 27, 35, 31, 33, 35, 31, 42, 458465, 36, 45, 47, 37, 67, 53, 41, 57, 42, 45, 46, 69, 54, 57, 53, 1009, 100, 119, 55, 73, 83, 67, 57, 1265, 74, 69, 66, 113, 75, 101, 66, 2241, 68, 67, 70
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n=1..255
- Henri Lifchitz and Renaud Lifchitz (Editors), Search for 2^n+2^m+1, PRP Top Records.
Crossrefs
Programs
-
Mathematica
mx=4000; Table[s=1+2^n; k=n+1; While[k
Extensions
Edited by Peter Munn, Sep 29 2024
Comments