[go: up one dir, main page]

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!)
A245504 Number of endofunctions f on [n] such that f^8(i) = f(i) for all i in [n]; 2
1, 1, 3, 10, 41, 196, 1057, 7042, 87473, 2004328, 50881121, 1200507694, 26179091017, 538344201292, 10635924720449, 204889902343666, 3902206399428833, 74966895289570768, 1511315984060460865, 34267718094037895638, 937490346932078590841, 30931366331911427839156 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(x*exp(x)+x^7*exp(x)^7/7).
MAPLE
egf:= exp(x*exp(x)+x^7*exp(x)^7/7):
a:= n-> n!*coeff(series(egf, x, n+1), x, n):
seq(a(n), n=0..25);
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[x Exp[x]+(x^7 Exp[x]^7)/7], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 10 2016 *)
CROSSREFS
Column k=8 of A245501.
Sequence in context: A116540 A236407 A000248 * A305405 A030927 A002627
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 24 2014
STATUS
approved

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 August 26 21:09 EDT 2024. Contains 375462 sequences. (Running on oeis4.)