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!)
A349043 Number of solutions to n = s + t such that 1 <= s <= t and s | 2*t. 1
0, 0, 1, 1, 2, 2, 3, 2, 3, 3, 4, 2, 5, 2, 4, 5, 4, 2, 6, 2, 6, 5, 4, 2, 7, 4, 4, 5, 6, 2, 9, 2, 5, 5, 4, 6, 9, 2, 4, 5, 8, 2, 9, 2, 6, 9, 4, 2, 9, 4, 7, 5, 6, 2, 9, 6, 8, 5, 4, 2, 13, 2, 4, 9, 6, 6, 9, 2, 6, 5, 10, 2, 12, 2, 4, 9, 6, 6, 9, 2, 10, 7, 4, 2, 13, 6, 4, 5, 8, 2, 15, 6, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
PROG
(PARI) a(n) = sum(s=1, n-1, ((n-s)>=s) && !(2*(n-s) % s)); \\ Michel Marcus, Nov 07 2021
CROSSREFS
Cf. A032741.
Sequence in context: A335454 A182745 A129843 * A330036 A050430 A277329
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Nov 06 2021
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)