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!)
A242269 Numbers n such that n*6^n+1 is semiprime. 1
3, 5, 11, 12, 18, 20, 21, 24, 25, 35, 43, 45, 53, 58, 61, 71, 73, 75, 123, 124, 140, 147, 157, 205, 208, 233, 243, 245, 293, 301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The semiprimes of this form are: 649, 38881, 3990767617, 26121388033, 1828079220031489, 73123168801259521, 460675963447934977,...
464 is definitely in this sequence, however 436 may or may not be. - Carl Schildkraut, Aug 28 2015
A continuation in the range 302 ... 1000 would use all terms without "?" and potentially ?-marked terms corresponding to composites with unknown factorization: 436?, 464, 511?, 512, 613, 662?, 720, 730, 802?, 865?, 943. - Hugo Pfoertner, Aug 05 2019
LINKS
factordb.com, Status of 436*6^436+1.
MATHEMATICA
Select[Range[435], PrimeOmega[# 6^# + 1] == 2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [1..435] | IsSemiprime(s) where s is n*6^n+1];
(PARI) is(n)=bigomega(n*6^n+1)==2 \\ Anders Hellström, Aug 28 2015
CROSSREFS
Cf. similar sequences listed in A242203.
Sequence in context: A006538 A066281 A072063 * A309426 A115398 A014597
KEYWORD
nonn,more,hard
AUTHOR
Vincenzo Librandi, May 10 2014
EXTENSIONS
a(19)-a(30) from Carl Schildkraut, Aug 28 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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)