The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242274 Numbers k such that k*3^k - 1 is semiprime. 2
4, 5, 8, 12, 20, 24, 25, 28, 32, 38, 42, 44, 60, 62, 66, 70, 72, 80, 122, 125, 148, 228, 244, 270, 389, 390, 432, 464, 470, 488, 549, 560, 804, 862 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The semiprimes of this form are 323, 1214, 52487, 6377291, 69735688019, 6778308875543, 21182215236074, 640550188738907, 59296646043258911, ...
804 is a term of this sequence. - Luke March, Aug 22 2015
The smallest unresolved value of k is now 862. - Sean A. Irvine, Jun 20 2022
The smallest unresolved value of k is now 866. - Tyler Busby, Oct 06 2023
From Jon E. Schoenfield, Oct 06 2023: (Start)
After the possible term 866, the only remaining 3-digit terms are 912 and 984, unless 920 is a term.
If k is an odd term, then k*3^k - 1 is even, so (k*3^k - 1)/2 is a prime. The next odd terms after 549 are 1125 and 12889. Odd terms are in A366323. (End)
LINKS
MATHEMATICA
Select[Range[241], PrimeOmega[# 3^# - 1]==2&]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [2..241] | IsSemiprime(s) where s is n*3^n-1];
(PARI) isok(n)=bigomega(n*3^n-1)==2 /* Anders Hellström, Aug 18 2015 */
CROSSREFS
Cf. similar sequence listed in A242273.
Sequence in context: A260163 A362560 A061765 * A297419 A230549 A133940
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 12 2014
EXTENSIONS
a(21)-a(23) from Carl Schildkraut, Aug 18 2015
a(24)-a(32) from Luke March, Aug 22 2015
a(32) = 804 removed by Sean A. Irvine, Apr 25 2022
a(32)-a(33) from Sean A. Irvine, Jun 20 2022
a(34) from Tyler Busby, Oct 06 2023
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 May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)