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!)
A242337 Numbers k such that k*6^k - 1 is semiprime. 1
4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 25, 32, 35, 38, 45, 51, 54, 57, 68, 72, 82, 97, 110, 138, 155, 234, 254 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The semiprimes of this form are 5183, 38879, 279935, 1959551, 90699263, 604661759, 3990767615, 26121388031, 169789022207, 1097098297343, ...
a(32) >= 423. - Tyler Busby, Mar 19 2023
LINKS
factordb.com, Status of 423*6^423-1.
MATHEMATICA
Select[Range[352], PrimeOmega[# 6^# - 1]==2&]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [2..352] | IsSemiprime(s) where s is n*6^n-1];
CROSSREFS
Cf. similar sequences listed in A242273.
Sequence in context: A196697 A068318 A347932 * A201739 A329782 A218044
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 12 2014
EXTENSIONS
a(26)-a(31) from Carl Schildkraut, Aug 17 2015
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 April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)