OFFSET
1,9
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20000
EXAMPLE
The a(60) = 8 permutations of {2,2,2,3,5} whose first part is not 2:
3 2 2 2 5
3 2 2 5 2
3 2 5 2 2
3 5 2 2 2
5 2 2 2 3
5 2 2 3 2
5 2 3 2 2
5 3 2 2 2
MATHEMATICA
Table[Length[Select[Permutations[Flatten[Table@@@FactorInteger[2*n]]], First[#]!=2&]], {n, 100}]
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 02 2019
EXTENSIONS
Data section extended up to 105 terms by Antti Karttunen, Dec 06 2021
STATUS
approved