>>839
指折り数えると132グループ

> f=\(x){
+ d=14-x[1]
+ c((x[1]+d)%%13,(x[2]+d)%%13,(x[3]+d)%%13)
+ }
> t(apply(gtools::permutations(13,3),1,f)) |> unique() |> nrow()
[1] 132