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!)
A350804 Numbers k with exactly one partition into two parts (s,t), s<=t, such that t | s*k. 2
2, 4, 8, 10, 14, 15, 16, 22, 26, 32, 34, 35, 38, 44, 46, 50, 52, 58, 62, 63, 64, 68, 74, 75, 76, 77, 82, 86, 91, 92, 94, 98, 99, 106, 116, 117, 118, 122, 124, 128, 134, 136, 142, 143, 146, 148, 152, 153, 158, 164, 166, 172, 175, 178, 184, 187, 188, 189, 194, 202, 206, 209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
15 is in the sequence since 15 = 6+9 has exactly one partition into two parts (6,9) such that 9 | 6*15 = 90.
PROG
(PARI) f(n) = sum(s=1, n\2, !((s*n)%(n-s))); \\ A338021
isok(k) = f(k) == 1; \\ Michel Marcus, Jan 17 2022
CROSSREFS
Cf. A338021, A350803 (at least one).
Sequence in context: A102024 A104197 A323440 * A285626 A284853 A189792
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jan 16 2022
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)