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!)
A085245 Least k such that k*2^n + 1 is a semiprime. 2
4, 2, 1, 2, 1, 1, 1, 6, 3, 2, 1, 1, 1, 6, 3, 2, 1, 2, 1, 1, 3, 2, 1, 3, 8, 4, 2, 1, 3, 2, 1, 1, 3, 7, 5, 5, 8, 4, 2, 1, 4, 2, 1, 3, 3, 7, 6, 3, 15, 9, 29, 28, 14, 7, 6, 3, 3, 8, 4, 2, 1, 4, 2, 1, 14, 7, 12, 6, 3, 3, 9, 5, 12, 6, 3, 8, 4, 2, 1, 3, 29, 18, 9, 18, 9, 10, 5, 13, 8, 4, 2, 1, 15, 12, 6, 3, 9, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first few values of n such that 78557*2^n + 1 is a semiprime, where k = 78557 (the conjectured smallest Sierpinski number), are: 2, 3, 7, 15, 17, 18, 24, 60, 71, 89, 92, 107, 140, 143, 163,... Conjecture: there are infinitely many semiprimes of this form.
LINKS
EXAMPLE
a(51)=29 because k*2^51 + 1 is not a semiprime for k=1,2,...28, but 29*2^51 + 1 = 63839 * 1022920073887 is.
PROG
(PARI) a(n) = my(k=1); while (bigomega(k*2^n + 1) != 2, k++); k; \\ Michel Marcus, Jul 02 2020
CROSSREFS
Sequence in context: A010313 A159823 A075826 * A327694 A348136 A235795
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 11 2003
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)