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!)
A108144 Numbers n such that (n-1)/P(n-1) is a power of two > 1, where P(n) is the largest prime factor of n. 1
5, 7, 9, 11, 13, 15, 17, 21, 23, 25, 27, 29, 33, 35, 39, 41, 45, 47, 49, 53, 57, 59, 63, 65, 69, 75, 77, 81, 83, 87, 89, 93, 95, 97, 105, 107, 113, 117, 119, 123, 125, 129, 135, 137, 143, 147, 149, 153, 159, 161, 165, 167, 173, 177, 179, 185, 189, 193, 195, 203, 207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: There are infinitely many primes and semiprimes in this sequence.
LINKS
EXAMPLE
1537 is a term because 1536/3 = 512 = 2^9.
MATHEMATICA
p2Q[n_]:=Module[{c=(n-1)/FactorInteger[n-1][[-1, 1]]}, IntegerQ[Log2[c]] && c>1]; Select[Range[2, 250], p2Q] (* Harvey P. Dale, Aug 17 2020 *)
CROSSREFS
Cf. A052126.
Sequence in context: A062545 A020735 A329391 * A241835 A279914 A123910
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 23 2005
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 22 06:32 EDT 2024. Contains 374481 sequences. (Running on oeis4.)