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!)
A296560 Number of normal semistandard Young tableaux whose shape is the conjugate of the integer partition with Heinz number n. 2

%I #11 Feb 27 2018 20:03:13

%S 1,1,1,2,1,4,1,4,6,6,1,12,1,8,16,8,1,28,1,24,30,10,1,32,22,12,44,40,1,

%T 96,1,16,48,14,68,96,1,16,70,80,1,220,1,60,204,18,1,80,90,168,96,84,1,

%U 224,146,160,126,20,1,400,1,22,584,32,264,416,1,112,160

%N Number of normal semistandard Young tableaux whose shape is the conjugate of the integer partition with Heinz number n.

%C A tableau is normal if its entries span an initial interval of positive integers. The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k).

%t a[n_]:=If[n===1,1,Sum[a[n/q*Times@@Cases[FactorInteger[q],{p_,k_}:>If[p===2,1,NextPrime[p,-1]^k]]],{q,Rest[Divisors[n]]}]];

%t Array[a,100]

%Y Cf. A000085, A001222, A056239, A063834, A112798, A122111, A138178, A153452, A191714, A210391, A228125, A296150, A296188, A299202.

%K nonn

%O 1,4

%A _Gus Wiseman_, Feb 15 2018

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 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)