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!)
A308710 Primitive practical numbers of the form 2^i * prime(k). 5
6, 20, 28, 88, 104, 272, 304, 368, 464, 496, 1184, 1312, 1376, 1504, 1696, 1888, 1952, 4288, 4544, 4672, 5056, 5312, 5696, 6208, 6464, 6592, 6848, 6976, 7232, 8128, 16768, 17536, 17792, 19072, 19328, 20096, 20864, 21376, 22144, 22912, 23168, 24448, 24704, 25216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A267124 and A100368.
a(n) is a number of the form 2^i * prime(k) for i > 0 and A007053(i) < k <= A007053(i+1).
Terms are pseudoperfect numbers, A005835 and are also primitive pseudoperfect numbers, A006036.
LINKS
FORMULA
a(n) = 2^floor(log_2(prime(n+1))) * prime(n+1).
MATHEMATICA
a[n_] := (p = Prime[n+1]) * 2^Floor[Log2[p]]; Array[a, 50] (* Amiram Eldar, Sep 22 2019 *)
PROG
(PARI) isok(n) = is_A100368(n) && is_A267124(n); \\ Michel Marcus, Jun 19 2019
CROSSREFS
Sequence in context: A338133 A064771 A006036 * A242341 A140738 A325593
KEYWORD
nonn
AUTHOR
Miko Labalan, Jun 19 2019
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 2 04:36 EDT 2024. Contains 372178 sequences. (Running on oeis4.)