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!)
A266475 Sum of the parts i_1 + i_2 + ... + i_{A001222(n)} of the unique strict partition with encoding n = Product_{j=1..A001222(n)} prime(i_j-j+1). 3

%I #13 Mar 23 2017 04:15:43

%S 0,1,2,3,3,4,4,6,5,5,5,7,6,6,6,10,7,8,8,8,7,7,9,11,7,8,9,9,10,9,11,15,

%T 8,9,8,12,12,10,9,12,13,10,14,10,10,11,15,16,9,10,10,11,16,13,9,13,11,

%U 12,17,13,18,13,11,21,10,11,19,12,12,11,20,17,21

%N Sum of the parts i_1 + i_2 + ... + i_{A001222(n)} of the unique strict partition with encoding n = Product_{j=1..A001222(n)} prime(i_j-j+1).

%C A strict partition is a partition into distinct parts.

%H Alois P. Heinz, <a href="/A266475/b266475.txt">Table of n, a(n) for n = 1..20000</a>

%F a(n) = Sum_{k=1..A001222(n)} A265146(n,k).

%F [x^n] Sum_{i>=1} x^a(i) = A000009(n) for n>=0.

%e n = 12 = 2*2*3 = prime(1)*prime(1)*prime(2) encodes strict partition [1,2,4]. So a(12) = 1+2+4 = 7. Value a(n) = 7 occurs A000009(7) = 5 times, for n in {12, 17, 21, 22, 25}.

%p a:= n-> ((l-> add(l[j]+j-1, j=1..nops(l)))(sort([seq(

%p numtheory[pi](i[1])$i[2], i=ifactors(n)[2])]))):

%p seq(a(n), n=1..100);

%t a[n_] := Function[l, Sum[l[[j]]+j-1, {j, 1, Length[l]}]][Sort[ Flatten[ Table[ Array[ PrimePi[i[[1]]]&, i[[2]]], {i, FactorInteger[n]}]]]];

%t Array[a,100] (* _Jean-François Alcover_, Mar 23 2017, translated from Maple *)

%Y Row sums of A265146.

%Y Ordinal transform gives A266476.

%Y Cf. A000009, A001222.

%K nonn

%O 1,3

%A _Alois P. Heinz_, Dec 29 2015

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 8 06:50 EDT 2024. Contains 375751 sequences. (Running on oeis4.)