Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hecke/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 29.7.2024 mit Größe 18 kB image not shown  

Quelle  all.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

## Specht documentation test
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> RInducedModule(MakePIM(H,12,2));
<direct sum of 5 P-modules>

## Specht documentation test
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> RInducedModule(MakePIM(H,12,2));
<direct sum of 5 P-modules>

#############################
gap> H:=Specht(3,3);
<Hecke algebra with e = 3>
gap> d:=DecompositionMatrix(H,5);
<7x5 decomposition matrix>
gap> for n in [6..14] do d:=InducedDecompositionMatrix(d); od;
# Inducing..
# Inducing..
# Inducing...
# Inducing...
# Inducing...
# Inducing....

#############################
gap> H:=Specht(5);
<Hecke algebra with e = 5>
gap> MakeSimple(H,3,2,1);
<direct sum of 1 D-modules>
gap> MakeSpecht(last);
<direct sum of 3 S-modules>
gap> RInducedModule(MakePIM(H,3,2,1));
<direct sum of 4 P-modules>
gap> MakeSpecht(last);
<direct sum of 6 S-modules>
gap> MakeSimple(H,3,1) * MakeSimple(H,3);
<direct sum of 7 D-modules>
gap> RRestrictedModule(last);
<direct sum of 6 D-modules>
gap> MakeSpecht(last);
<direct sum of 6 S-modules>
gap> MakePIM(last);
<direct sum of 5 P-modules>

#############################
gap> MakePIM(H,4,3,2);
<direct sum of 1 P-modules>
gap> MakeSimple(MakePIM(H,4,3,2));
<direct sum of 3 D-modules>
gap> MakeSpecht(MakeSimple(MakeSpecht(H,1,1,1,1,1)));
<direct sum of 4 S-modules>

#############################
gap> H:=Specht(3,3);
<Hecke algebra with e = 3>
gap> d:=InducedDecompositionMatrix(DecompositionMatrix(H,14));
# Inducing....
The following projectives are missing from <d>:
    [ 15 ]  [ 87 ]
<176x70 decomposition matrix>
gap> MakePIM(d,4,3,3,2,2,1);
<direct sum of 4 S-modules>
gap> MakeSpecht(d,7,3,3,2);
<direct sum of 6 D-modules>
gap> MakeSimple(d,14,1);
fail
gap> MakeSpecht(d, MakeSimple(d,10,5) );
<direct sum of 2 S-modules>

#############################
gap> H:=Specht(5,5);; SimpleDimension(H,6);
6       : 1
5,1     : 5
4,2     : 8
4,1^2   : 10
3^2     : 5
3,2,1   : 8
3,1^3   : 10
2^3     : 5
2^2,1^2 : 1
2,1^4   : 5
true

#############################
gap> val:=function(x) local v;
> x:=Sum([0..x-1],v->4^v);  # x-${>}$[x]\_q
> v:=0; while x mod 5=0 do x:=x/5; v:=v+1; od;
> return v;
> end;;
gap> H:=Specht(2,5,val,"e2q4");
<Hecke algebra with e = 2>

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> MakeFockPIM(H,6,2);
<direct sum of 2 Sq-modules>
gap> RRestrictedModule(last);
<direct sum of 3 Sq-modules>
gap> MakePIM(last);
<direct sum of 2 Pq-modules>
gap> Specialized(last);
<direct sum of 2 P-modules>
gap> MakeFockSpecht(H,5,3,2);
<direct sum of 1 Sq-modules>
gap> RInducedModule(last,0);
<direct sum of 1 Sq-modules>

#############################
gap> DecompositionMatrix(Specht(3),6,LengthLexicographic);
<11x7 decomposition matrix>

#############################
gap> CrystalDecompositionMatrix(Specht(3), 6);
<11x7 decomposition matrix>
gap> Specialized(last);
<11x7 decomposition matrix>

#############################
gap> H:=Specht(6);;
gap> DecompositionNumber(H,[6,4,2],[6,6]);
0

#############################
gap> H:=Specht(2,2);
<Hecke algebra with e = 2>
gap> RInducedModule(MakeSpecht(H,7,4,3,1));
<direct sum of 5 S-modules>
gap> RInducedModule(MakePIM(H,5,3,1));
<direct sum of 3 P-modules>
gap> RInducedModule(MakeSimple(H,11,2,1));
# D(<x>), unable to rewrite <x> as a sum of simples
<direct sum of 4 S-modules>

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> RInducedModule(MakeSpecht(H,5,2,1));
<direct sum of 4 S-modules>
gap> RInducedModule(MakeSpecht(H,5,2,1),0);
<direct sum of 1 S-modules>
gap> RInducedModule(MakeSpecht(H,5,2,1),1);
<direct sum of 3 S-modules>
gap> RInducedModule(MakeSpecht(H,5,2,1),2);
<direct sum of 1 S-modules>
gap> RInducedModule(MakeSpecht(H,5,2,1),3);
<direct sum of 1 S-modules>
gap> EResidueDiagram(H,5,2,1);
   0   1   2   3   0
   3   0
   2
true

#############################
gap> H:=Specht(3);
<Hecke algebra with e = 3>
gap> RInducedModule(MakeFockPIM(H,4,2),1,2);
<direct sum of 3 Sq-modules>
gap> MakePIM(last);
<direct sum of 1 Pq-modules>

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> SInducedModule(MakePIM(H,5,2,1),3);
<direct sum of 8 P-modules>
gap> SInducedModule(MakePIM(H,5,2,1),3,1);
<direct sum of 1 P-modules>
gap> RInducedModule(MakePIM(H,5,2,1),1,1,1);
<direct sum of 1 P-modules>

#############################
gap> H:=Specht(6);
<Hecke algebra with e = 6>
gap> RRestrictedModule(MakePIM(H,5,3,2,1),4);
<direct sum of 1 P-modules>
gap> RRestrictedModule(MakeSimple(H,5,3,2),1);
<direct sum of 1 D-modules>

#############################
gap> H:=Specht(6);
<Hecke algebra with e = 6>
gap> SRestrictedModule(MakeSpecht(H,4,3,2),3);
<direct sum of 5 S-modules>
gap> SRestrictedModule(MakePIM(H,5,4,1),2,4);
<direct sum of 1 P-modules>

#############################
gap> d:=DecompositionMatrix(Specht(3,3),14);
<135x57 decomposition matrix>
gap> InducedDecompositionMatrix(d);
# Inducing....
The following projectives are missing from <d>:
    [ 15 ]  [ 87 ]
<176x70 decomposition matrix>

#############################
gap> H:=Specht(2,2);
<Hecke algebra with e = 2>
gap> d:=InducedDecompositionMatrix(DecompositionMatrix(H,9));
# Inducing.
<42x10 decomposition matrix>
gap> x:=RInducedModule(MakePIM(H,9),1);
<direct sum of 2 P-modules>
gap> IsNewIndecomposable(d,x);
# This module is a sum of known indecomposables.
false
gap> x:=x-MakePIM(d,6,3,1);
<direct sum of 32 S-modules>
gap> IsNewIndecomposable(d,x,6,3,1);
# This module is a sum of known indecomposables.
false
gap> AddIndecomposable(d,x);
# AddIndecomposable: overwriting old value of P(10) in <d>

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> d:=CrystalDecompositionMatrix(H,5);
<7x6 decomposition matrix>
gap> InvertDecompositionMatrix(d);
<6x6 decomposition matrix>

#############################
gap> H:=Specht(2);; Hp:=Specht(2,2);;
gap> d:=DecompositionMatrix(H,13);; dp:=DecompositionMatrix(Hp,13);;
gap> a:=AdjustmentMatrix(dp,d);
<18x18 decomposition matrix>
gap> MatrixDecompositionMatrix(dp)=MatrixDecompositionMatrix(d)*MatrixDecompositionMatrix(a);
true

#############################
gap> H:=Specht(5,5);;
gap> d:=DecompositionMatrix(H,9);;
gap> for r in [10..20] do
> d:=InducedDecompositionMatrix(d);
> od;
# Inducing...
# Inducing....
# Inducing....
# Inducing.....
# Inducing......
# Inducing.......
# Inducing........
# Inducing..........
# Inducing............
# Inducing..............
# Inducing.................

#############################
gap> H:=Specht(2,2);
<Hecke algebra with e = 2>
gap> d:=DecompositionMatrix(H,15);
# This decomposition matrix is not known; use CalculateDecompositionMatrix()
# or InducedDecompositionMatrix() to calculate with this matrix.
fail
gap> d:=CalculateDecompositionMatrix(H,15);
# Projective indecomposable P(6,4,3,2) not known.
# Projective indecomposable P(6,5,3,1) not known.
# Projective indecomposable P(6,5,4) not known.
# Projective indecomposable P(7,4,3,1) not known.
# Projective indecomposable P(7,5,2,1) not known.
# Projective indecomposable P(7,5,3) not known.
# Projective indecomposable P(7,6,2) not known.
# Projective indecomposable P(8,4,2,1) not known.
# Projective indecomposable P(8,4,3) not known.
# Projective indecomposable P(8,5,2) not known.
# Projective indecomposable P(8,6,1) not known.
# Projective indecomposable P(8,7) not known.
# Projective indecomposable P(9,3,2,1) not known.
# Projective indecomposable P(9,4,2) not known.
# Projective indecomposable P(9,5,1) not known.
# Projective indecomposable P(9,6) not known.
# Projective indecomposable P(10,3,2) not known.
# Projective indecomposable P(10,4,1) not known.
# Projective indecomposable P(10,5) not known.
# Projective indecomposable P(11,3,1) not known.
# Projective indecomposable P(11,4) not known.
# Projective indecomposable P(12,2,1) not known.
# Projective indecomposable P(12,3) not known.
# Projective indecomposable P(13,2) not known.
# Projective indecomposable P(14,1) not known.
# Projective indecomposable P(15) not known.
<176x27 decomposition matrix>
gap> MissingIndecomposables(d);
The following projectives are missing from <d>:
    [ 15 ]  [ 141 ]  [ 132 ]  [ 123 ]  [ 1221 ]  [ 114 ]  
1131 ]  [ 105 ]  [ 1041 ]  [ 1032 ]  [ 96 ]  [ 951 ]  
942 ]  [ 9321 ]  [ 87 ]  [ 861 ]  [ 852 ]  [ 843 ]  
8421 ]  [ 762 ]  [ 753 ]  [ 7521 ]  [ 7431 ]  
654 ]  [ 6531 ]  [ 6432 ]

#############################
gap> MatrixDecompositionMatrix(DecompositionMatrix(Specht(3),5));
[ [ 10000 ], [ 01000 ], [ 01100 ], [ 00010 ], 
  [ 10001 ], [ 00001 ], [ 00100 ] ]

#############################
gap> H:=Specht(3);
<Hecke algebra with e = 3>
gap> m:=[ [ 1000 ], [ 0100 ], [ 1010 ], [ 0001 ], [ 0010 ] ];
[ [ 1000 ], [ 0100 ], [ 1010 ], [ 0001 ], 
  [ 0010 ] ]
gap> DecompositionMatrixMatrix(H,m,4);
<5x4 decomposition matrix>

#############################
gap> H:=Specht(6);
<Hecke algebra with e = 6>
gap> SimpleDimension(H,11,3);
272
gap> d:=DecompositionMatrix(H,5);
<7x7 decomposition matrix>
gap> SimpleDimension(d,3,2);
5
gap> SimpleDimension(d);
5     : 1
4,1   : 4
3,2   : 5
3,1^2 : 6
2^2,1 : 5
2,1^3 : 4
1^5   : 1
true

#############################
gap> SpechtDimension(6,3,2,1);
5632

#############################
gap> H:=Specht(2);
<Hecke algebra with e = 2>
gap> Schaper(H,9,5,3,2,1);
<direct sum of 10 S-modules>
gap> Schaper(H,9,6,5,2);
<direct sum of 1 S-modules>

#############################
gap> H:=Specht(3);
<Hecke algebra with e = 3>
gap> IsSimpleModule(H,45,31,24);
false

#############################
gap> MullineuxMap(Specht(2),12,5,2);
1252 ]
gap> MullineuxMap(Specht(4),12,5,2);
44422111 ]
gap> MullineuxMap(Specht(6),12,5,2);
432222211 ]
gap> MullineuxMap(Specht(8),12,5,2);
332221111111 ]
gap> MullineuxMap(Specht(10),12,5,2);
3333211111 ]

#############################
gap> MullineuxSymbol(5,[8,6,5,5]);
[ [ 10653 ], [ 4432 ] ]

#############################
gap> PartitionMullineuxSymbol(5, MullineuxSymbol(5,[8,6,5,5]) );
8655 ]

#############################
gap> GoodNodes(5,[5,4,3,2]);
[ fail, fail, 2, fail, 1 ]
gap> GoodNodes(5,[5,4,3,2],0);
fail
gap> GoodNodes(5,[5,4,3,2],4);
1

#############################
gap> NormalNodes(5,[6,5,4,4,3,2,1,1,1]);
[ [ 14 ], [  ], [  ], [ 25 ], [  ] ]
gap> NormalNodes(5,[6,5,4,4,3,2,1,1,1],0);
14 ]

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> GoodNodeSequence(H,4,3,1);
03102213 ]
gap> GoodNodeSequence(H,4,3,2);
031022133 ]
gap> GoodNodeSequence(H,4,4,2);
0310221332 ]
gap> GoodNodeSequence(H,5,4,2);
03102213320 ]
gap> GoodNodeSequences(H,5,2,1);
[ [ 01233200 ], [ 03122300 ], 
  [ 01322300 ], [ 01233020 ], 
  [ 01230320 ], [ 01233002 ], 
  [ 01230302 ] ]

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> PartitionGoodNodeSequence(H,0310221332);
442 ]

#############################
gap> GoodNodeLatticePath(3,3,2,1);
[ [ 1 ], [ 11 ], [ 21 ], [ 211 ], [ 221 ], [ 321 ] ]
gap> GoodNodeLatticePaths(3,3,2,1);
[ [ [ 1 ], [ 11 ], [ 21 ], [ 211 ], [ 221 ], [ 321 ] ], 
  [ [ 1 ], [ 11 ], [ 21 ], [ 22 ], [ 221 ], [ 321 ] ] ]
gap> GoodNodeSequence(4,6,3,2);
03102233011 ]
gap> LatticePathGoodNodeSequence(4,last);
[ [ 1 ], [ 11 ], [ 21 ], [ 22 ], [ 32 ], [ 321 ], [ 421 ], 
  [ 422 ], [ 522 ], [ 622 ], [ 632 ] ]

#############################
gap> H:=Specht(0);
<Hecke algebra with e = 0>
gap> LittlewoodRichardsonRule([3,2,1],[4,2]);
[ [ 43221 ], [ 43311 ], [ 4332 ], [ 44211 ], 
  [ 4422 ], [ 4431 ], [ 52221 ], [ 53211 ], 
  [ 5322 ], [ 5421 ], [ 53211 ], [ 5331 ], 
  [ 54111 ], [ 5421 ], [ 5511 ], [ 5322 ], 
  [ 5331 ], [ 5421 ], [ 543 ], [ 552 ], [ 62211 ],
  [ 63111 ], [ 6321 ], [ 6411 ], [ 6222 ], 
  [ 6321 ], [ 642 ], [ 6321 ], [ 633 ], [ 6411 ], 
  [ 642 ], [ 651 ], [ 7221 ], [ 7311 ], [ 732 ], 
  [ 741 ] ]
gap> MakeSpecht(H,3,2,1)*MakeSpecht(H,4,2);
<direct sum of 27 S-modules>
gap> LittlewoodRichardsonCoefficient([3,2,1],[4,2],[5,4,2,1]);
3

#############################
gap> InverseLittlewoodRichardsonRule([3,2,1]);
[ [ [  ], [ 321 ] ], [ [ 1 ], [ 32 ] ], [ [ 1 ], [ 221 ] ], 
  [ [ 1 ], [ 311 ] ], [ [ 11 ], [ 22 ] ], [ [ 11 ], [ 31 ] ], 
  [ [ 11 ], [ 211 ] ], [ [ 111 ], [ 21 ] ], [ [ 2 ], [ 22 ] ], 
  [ [ 2 ], [ 31 ] ], [ [ 2 ], [ 211 ] ], [ [ 21 ], [ 3 ] ], 
  [ [ 21 ], [ 21 ] ], [ [ 21 ], [ 21 ] ], [ [ 21 ], [ 111 ] ], 
  [ [ 211 ], [ 2 ] ], [ [ 211 ], [ 11 ] ], [ [ 22 ], [ 2 ] ], 
  [ [ 22 ], [ 11 ] ], [ [ 221 ], [ 1 ] ], [ [ 3 ], [ 21 ] ], 
  [ [ 31 ], [ 2 ] ], [ [ 31 ], [ 11 ] ], [ [ 311 ], [ 1 ] ], 
  [ [ 32 ], [ 1 ] ], [ [ 321 ], [  ] ] ]

#############################
gap> H:=Specht(2);
<Hecke algebra with e = 2>
gap> EResidueDiagram(MakeSpecht(MakePIM(H,7,5)));
75 ]
   0   1   0   1   0   1   0
   1   0   1   0   1
651 ]
   0   1   0   1   0   1
   1   0   1   0   1
   0
5421 ]
   0   1   0   1   0
   1   0   1   0
   0   1
   1
# There are 3 2-regular partitions.
true

#############################
gap> RemoveRimHook([6,5,4],1,2);
431 ]
gap> RemoveRimHook([6,5,4],2,3);
632 ]
gap> HookLengthDiagram(6,5,4);
   8   7   6   5   3   1
   6   5   4   3   1
   4   3   2   1
true

#############################
gap> AddRimHook([6,4,3],1,3);
[ [ 943 ], 0 ]
gap> AddRimHook([6,4,3],2,3);
fail
gap> AddRimHook([6,4,3],3,3);
[ [ 655 ], 1 ]
gap> AddRimHook([6,4,3],4,3);
[ [ 6433 ], 0 ]
gap> AddRimHook([6,4,3],5,3);
fail

#############################
gap> H:=Specht(6);
<Hecke algebra with e = 6>
gap> ECore(H,16,8,6,5,3,1);
4311 ]

#############################
gap> H:=Specht(8);
<Hecke algebra with e = 8>
gap> EQuotient(H,22,18,16,12,12,1,1);
[ [ 11 ], [  ], [  ], [  ], [  ], [ 22 ], [  ], [ 1 ] ]

#############################
gap> H:=Specht(11);
<Hecke algebra with e = 11>
gap> mu:=[100,98,57,43,12,1];
100985743121 ]
gap> Q:=EQuotient(H,mu);
[ [ 9 ], [  ], [  ], [  ], [  ], [  ], [ 3 ], [ 1 ], [ 9 ], [  ], [ 5 ] ]
gap> C:=ECore(H,mu);
722111 ]
gap> CombineEQuotientECore(H,Q,C);
100985743121 ]

#############################
gap> EWeight(6,[16,8,6,5,3,1]);
5

#############################
gap> H:=Specht(3);
<Hecke algebra with e = 3>
gap> ERegularPartitions(H,6);
[ [ 2211 ], [ 321 ], [ 33 ], [ 411 ], [ 42 ], [ 51 ], 
  [ 6 ] ]

#############################
gap> ConjugatePartition(6,4,3,2);
443211 ]

#############################
gap> BetaSet([5,4,2,2]);
2368 ]
gap> PartitionBetaSet([ 2368 ]);
5422 ]

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> ETopLadder(H,1,1,1,1,1,1,1,1,1,1);
433 ]
gap> ETopLadder(6,1,1,1,1,1,1,1,1,1,1);
22222 ]

#############################
gap> Dominates([5,4],[4,4,1]);
true
gap> p:=Partitions(6);;Sort(p,LengthLexicographic); p;
[ [ 6 ], [ 51 ], [ 42 ], [ 33 ], [ 411 ], [ 321 ], [ 222 ], 
  [ 3111 ], [ 2211 ], [ 21111 ], [ 111111 ] ]
gap> p:=Partitions(6);;Sort(p,Lexicographic); p;
[ [ 6 ], [ 51 ], [ 42 ], [ 411 ], [ 33 ], [ 321 ], 
  [ 3111 ], [ 222 ], [ 2211 ], [ 21111 ], 
  [ 111111 ] ]
gap> p:=Partitions(6);;Sort(p,ReverseDominance); p;
[ [ 6 ], [ 51 ], [ 42 ], [ 33 ], [ 411 ], [ 321 ], [ 222 ], 
  [ 3111 ], [ 2211 ], [ 21111 ], [ 111111 ] ]

#############################
gap> H:=Specht(2);
<Hecke algebra with e = 2>
gap> x:=MakeFockPIM(H,6,2);
<direct sum of 13 Sq-modules>
gap> Specialized(x);
<direct sum of 13 S-modules>
gap> Specialized(x,2);
<direct sum of 13 S-modules>

#############################
gap> H:=Specht(8);
<Hecke algebra with e = 8>
gap> x:=MakeSpecht(RInducedModule(MakePIM(H,8,5,3)) );
<direct sum of 7 S-modules>
gap> ERegulars(x);
953 ]  [ 863 ]  [ 854 ]  [ 8531 ]  
6533 ]  [ 5543 ]  [ 55331 ]  
gap> MakePIM(x);
<direct sum of 4 P-modules>

#############################
gap> H:=Specht(2);
<Hecke algebra with e = 2>
gap> SplitECores(RInducedModule(MakeSpecht(H,5,3,1)));
[ <direct sum of 3 S-modules>, <direct sum of 1 S-modules> ]
gap> RInducedModule(MakeSpecht(H,5,3,1),0);
<direct sum of 1 S-modules>
gap> RInducedModule(MakeSpecht(H,5,3,1),1);
<direct sum of 3 S-modules>

#############################
gap> H:=Specht(3);
<Hecke algebra with e = 3>
gap> x:=MakeSpecht(MakePIM(H,7,3));
<direct sum of 8 S-modules>
gap> Coefficient(x,5,2,2,1);
1

#############################
gap> H:=Specht(4);
<Hecke algebra with e = 4>
gap> InnerProduct(MakeSpecht(H,2,2,2,1), MakePIM(H,4,3));
1
gap> DecompositionNumber(H,[2,2,2,1],[4,3]);
1

#############################
gap> H:=Specht(2);;
gap> x:=MakeSpecht(MakePIM(H,6));
<direct sum of 6 S-modules>
gap> Display(x);
S(6) + S(5,1) + S(4,1^2) + S(3,1^3) + S(2,1^4) + S(1^6)
gap> Print(x,"\n");
S(6) + S(5,1) + S(4,1,1) + S(3,1,1,1) + S(2,1,1,1,1) + S(1,1,1,1,1,1)

#############################
gap> SemiStandardTableaux([4,3],1,1,1,2,2);
[ <tableau of shape [ 43 ]>, <tableau of shape [ 43 ]>, 
  <tableau of shape [ 43 ]>, <tableau of shape [ 43 ]>, 
  <tableau of shape [ 43 ]>, <tableau of shape [ 43 ]> ]
gap> StandardTableaux(4,2);
[ <tableau of shape [ 42 ]>, <tableau of shape [ 42 ]>, 
  <tableau of shape [ 42 ]>, <tableau of shape [ 42 ]>, 
  <tableau of shape [ 42 ]>, <tableau of shape [ 42 ]>, 
  <tableau of shape [ 42 ]>, <tableau of shape [ 42 ]>, 
  <tableau of shape [ 42 ]> ]
gap> ConjugateTableau(Tableau([ [ 1356 ], [ 24 ] ]));
<tableau of shape [ 2211 ]>
gap> ShapeTableau(Tableau( [ [ 1123 ], [ 45 ] ] ));
42 ]
gap> List(SemiStandardTableaux([5,4,2],[4,3,0,1,3]),TypeTableau);
[ [ 43013 ], [ 43013 ], [ 43013 ], [ 43013 ], 
  [ 43013 ] ]

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-26]