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!)
A355248 Number of ways to write n as the sum of (exactly) 3 positive integers with the same number of divisors. 0

%I #11 Jun 26 2022 09:16:48

%S 0,0,0,1,0,0,1,1,1,2,1,2,3,2,1,3,2,5,3,3,3,5,5,5,5,5,6,9,5,8,5,8,4,12,

%T 5,11,8,12,10,13,5,14,10,16,9,17,8,19,10,19,15,24,12,22,14,24,16,27,

%U 16,25,13,23,22,33,15,29,17,35,22,37,17,37,15,32,28,44,27,41,26,40

%N Number of ways to write n as the sum of (exactly) 3 positive integers with the same number of divisors.

%H <a href="/index/Par#part">Index entries for sequences related to partitions</a>

%F a(n) = Sum_{j=1..floor(n/3)} Sum_{i=j..floor((n-j)/2)} [d(j) = d(i) = d(n-i-j)], where d(n) is the number of divisors of n and [ ] is the (generalized) Iverson bracket.

%e a(17) = 5; there are 5 ways to write 17 as the sum of 3 positive integers with the same number of divisors: 2+2+13 = 3+3+11 = 3+7+7 = 4+4+9 = 5+5+7.

%Y Cf. A000005.

%K nonn

%O 0,10

%A _Wesley Ivan Hurt_, Jun 25 2022

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 September 16 08:55 EDT 2024. Contains 375959 sequences. (Running on oeis4.)