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!)
A035399 Limit of the position of the n-th partition without repetition in the list of all integer partitions sorted in reverse lexicographic order. 5

%I #15 Dec 28 2015 05:33:08

%S 1,2,3,5,6,8,9,13,14,15,20,21,22,25,31,32,33,35,36,46,47,48,50,51,54,

%T 68,69,70,72,73,75,76,81,98,99,100,102,103,105,106,111,112,120,140,

%U 141,142,144,145,147,148,152,153,154,160,163,196,197,198,200,201,203

%N Limit of the position of the n-th partition without repetition in the list of all integer partitions sorted in reverse lexicographic order.

%H Wouter Meeussen, <a href="/A035399/a035399.txt">Table of n, a(n) for n = 1..207</a>

%e For i=5, the partitions of i are 5, 41, 32, 311, 221, 2111, 11111.

%e The partitions without repetition are at position 1,2 and 3, corresponding to the first three terms of the sequence.

%e For i=10, the partitions of i begin 10, 91, 82, 811, 73, 721, 7111, 64, 631, 622, ...

%e The partitions without repetition are at position 1,2,3,5,6,8,9, ...

%t it=Table[Flatten[Position[IntegerPartitions[n],q_List/; Sort[q]==Union[q] ,1]],{n,36,36+2,2}];

%t {{diffat}}=Position[Take[Last[it],Length[First[it] ] ] - First[it] , a_ /;(a!=0),1,1]; Take[First[it],diffat -1 ]

%Y Cf. A000009, A035400, A186130, A186131.

%K nonn

%O 1,2

%A _Olivier Gérard_

%E Example and explanations from _Olivier Gérard_, Feb 13 2011

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 6 15:14 EDT 2024. Contains 372294 sequences. (Running on oeis4.)