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!)
A332303 a(n) = (n^2)! * [x^(n^2)] 1 / (1 - Sum_{k>=1} x^(n*k) / (n*k)!). 0

%I #4 Feb 09 2020 20:15:09

%S 1,1,7,1849,65782211,633287284180541,2684646142383590108047885,

%T 7376495464848567792567195041277565905,

%U 18175605935440100610889032969797881598437325871194971,53139431374789917342401028242879020609739813068021830228099307511801461

%N a(n) = (n^2)! * [x^(n^2)] 1 / (1 - Sum_{k>=1} x^(n*k) / (n*k)!).

%t Table[(n^2)! SeriesCoefficient[1/(1 - Sum[x^(n k)/(n k)!, {k, 1, n}]), {x, 0, n^2}], {n, 0, 9}]

%Y Main diagonal of A260883.

%Y Cf. A000670, A326996.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Feb 09 2020

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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)