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!)
A245919 Number of pairs of endofunctions f, g on [n] satisfying f(g^10(i)) = f(i) for all i in [n]. 2

%I #4 Aug 06 2014 15:46:24

%S 1,1,12,249,7744,401625,30080736,3034643689,371205076992,

%T 52680504366801,12762075858688000,4097222646625776921,

%U 1485034580150268715008,546325401769976582587561,203541885180568005538811904,89218786842877518275107415625

%N Number of pairs of endofunctions f, g on [n] satisfying f(g^10(i)) = f(i) for all i in [n].

%H Alois P. Heinz, <a href="/A245919/b245919.txt">Table of n, a(n) for n = 0..150</a>

%p with(combinat):

%p b:= proc(n, i) option remember; unapply(`if`(n=0 or i=1, x^n,

%p expand(add((i-1)!^j*multinomial(n, n-i*j, i$j)/j!*

%p x^(igcd(i, 10)*j)*b(n-i*j, i-1)(x), j=0..n/i))), x)

%p end:

%p a:= n-> add(binomial(n-1, j-1)*n^(n-j)*b(j$2)(n), j=0..n):

%p seq(a(n), n=0..20);

%Y Column k=10 of A245910.

%K nonn

%O 0,3

%A _Alois P. Heinz_, Aug 06 2014

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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)