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!)
A101994 Numbers k such that 4*k-1, 8*k-1, 16*k-1, 32*k-1 and 64*k-1 are all primes. 10
45, 13410, 15855, 31710, 31785, 63570, 74025, 85230, 151830, 202635, 267300, 280665, 399675, 405405, 455250, 466560, 478170, 480240, 511335, 534600, 539475, 561330, 569520, 589305, 666945, 716460, 743160, 748215, 766785, 799350, 860835 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4*45-1 = 179, 8*45-1 = 359, 16*45-1 = 719, 32*45-1 = 1439 and 64*45-1 = 2879 are primes, so 45 is a term.
MATHEMATICA
Select[Range[10^6], And @@ PrimeQ[2^Range[2, 6]*# - 1] &] (* Amiram Eldar, May 13 2024 *)
PROG
(PARI) is(k) = isprime(4*k-1) && isprime(8*k-1) && isprime(16*k-1) && isprime(32*k-1) && isprime(64*k-1); \\ Amiram Eldar, May 13 2024
CROSSREFS
Subsequence of A005099, A005122, A101790 and A101794.
Sequence in context: A163035 A358707 A184136 * A201004 A171118 A199521
KEYWORD
easy,nonn
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Dec 23 2004
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 August 19 12:02 EDT 2024. Contains 375296 sequences. (Running on oeis4.)