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!)
A308441 a(n) = (1/n!) * Sum_{i=n..n^2} b(i) where Sum_{i=n..n^2} b(i) * x^i/i! = (Sum_{i=1..n} binomial(n-1,i-1)*x^i/i!)^n. 1
1, 1, 7, 1653, 40206186, 208933247676473, 395488498710726039573053, 415462449496430820816987469491515317, 342970299885886953080843975129290159101335513911582, 299220423631045059715652854654572624968209204858890842067137945793201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) {a(n) = sum(i=n, n^2, i!*polcoef(sum(j=1, n, binomial(n-1, j-1)*x^j/j!)^n, i))/n!}
CROSSREFS
Sequence in context: A191957 A125537 A264742 * A220989 A284705 A203012
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 27 2019
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 July 13 06:34 EDT 2024. Contains 374267 sequences. (Running on oeis4.)