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!)
A238793 Number of palindromic partitions of n such that 2*(multiplicity of least part) = (multiplicity of greatest part). 2
0, 0, 0, 0, 1, 0, 1, 1, 1, 2, 3, 1, 3, 3, 6, 5, 6, 5, 9, 9, 13, 10, 17, 13, 23, 18, 29, 23, 37, 32, 48, 37, 64, 48, 81, 60, 99, 77, 130, 94, 158, 123, 200, 145, 252, 182, 309, 224, 381, 277, 475, 331, 575, 414, 712, 497, 866, 605, 1049, 736, 1274, 883, 1555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
COMMENTS
Palindromic partitions are defined at A025065.
LINKS
EXAMPLE
a(15) counts these 6 partitions (written as palindromes): 717, 636, 25152, 13431, 12233221..
MATHEMATICA
z = 65; p[n_] := p[n] = Select[IntegerPartitions[n], (Count[OddQ[Transpose[Tally[#]][[2]]], True] <= 1) && (2*Count[#, Min[#]] == Count[#, Max[#]]) &]; Table[p[n], {n, 1, 16}]
t1 = Table[Length[p[n]], {n, 1, z}]
(* Peter J. C. Moses, Mar 03 2014 *)
CROSSREFS
Sequence in context: A046821 A239691 A265496 * A240677 A030306 A119348
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 05 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 May 19 12:05 EDT 2024. Contains 372690 sequences. (Running on oeis4.)