The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240691 Number of partitions p of n such that (# 1s in p) = (#1s in conjugate(p)). 2
1, 0, 1, 1, 1, 3, 1, 6, 2, 10, 4, 17, 7, 27, 14, 41, 25, 63, 42, 95, 70, 140, 113, 207, 176, 302, 272, 436, 411, 628, 610, 897, 897, 1270, 1303, 1791, 1869, 2509, 2661, 3492, 3753, 4838, 5249, 6665, 7294, 9130, 10066, 12453, 13799, 16902, 18815, 22831, 25511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A240690(n+1) - A240690(n) for n >= 1.
a(n) + 2*A240690(n) = A000041(n) for n >= 1.
a(n) + a(n-1) = A002865(n) = A187219(n) = A085811(n+3), in all cases for n >= 2. - Omar E. Pol, Mar 07 2015
a(n) ~ exp(Pi*sqrt(2*n/3)) * Pi / (24*sqrt(2)*n^(3/2)). - Vaclav Kotesovec, Jun 02 2018
EXAMPLE
a(6) counts these 3 partitions: 33, 321, 222, of which the respective conjugates are 222, 321, 33.
MATHEMATICA
z = 53; f[n_] := f[n] = IntegerPartitions[n]; c[p_] := Table[Count[#, _?(# >= i &)], {i, First[#]}] &[p]; (* conjugate of partition p *)
Table[Count[f[n], p_ /; Count[p, 1] < Count[c[p], 1]], {n, 1, z}] (* A240690 *)
Table[Count[f[n], p_ /; Count[p, 1] <= Count[c[p], 1]], {n, 1, z}] (* A240690(n+1) *)
Table[Count[f[n], p_ /; Count[p, 1] == Count[c[p], 1]], {n, 1, z}] (* A240691 *)
CROSSREFS
Sequence in context: A071045 A274317 A105358 * A322387 A336173 A072361
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 11 2014
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 June 4 07:50 EDT 2024. Contains 373092 sequences. (Running on oeis4.)