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!)
A250288 Numbers n such that the duodecimal repunit (12^n - 1)/11 is a semiprime. 3
7, 13, 17, 37, 47, 73, 101, 131, 151, 167, 197, 241, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First unknown term is 311.
If (12^n - 1)/11 is a semiprime, n must be prime or the square of a prime (A001248), but no n = prime squared is known which yields a semiprime value of (12^n - 1)/11. (Specifically, n must be the square of a prime in A004064, and must be at least 491401 = 701^2.)
No other known terms below 1000; the only other possible terms below 1000 are 449, 521, 571, 577, 613, 709, 751, 757, 769, 787, 853, 859, 887, 929, and 991.
LINKS
Samuel Wagstaff, The Cunningham Project
EXAMPLE
a(1) = 7 so 1111111 = 46E * 2X3E (written in base 12).
MATHEMATICA
Select[Range[120], PrimeOmega[(12^# - 1)/11] == 2 &] (* Alonso del Arte, Dec 18 2014 *)
CROSSREFS
Sequence in context: A230433 A029477 A019378 * A214785 A005762 A352422
KEYWORD
nonn,more
AUTHOR
Eric Chen, Dec 18 2014
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 July 14 03:51 EDT 2024. Contains 374291 sequences. (Running on oeis4.)