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!)
A374621 Expansion of e.g.f. 1 - x^4/24 - log(1 - x). 4
1, 1, 1, 2, 5, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800, 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000, 355687428096000, 6402373705728000, 121645100408832000, 2432902008176640000, 51090942171709440000, 1124000727777607680000, 25852016738884976640000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Conjectures (confirmed up to n = 10): (Start)
a(n) is the number of distinct values of the permanent of an n X n symmetric Toeplitz matrix having 0 on the main diagonal and all the integers 1, 2, ..., n-1 off-diagonal.
a(n) is the number of distinct values of the permanent of an n X n symmetric Toeplitz matrix having 0 on the main diagonal and all the first n-1 primes off-diagonal. (End)
LINKS
Wikipedia, Toeplitz Matrix.
FORMULA
a(0) = 1, a(4) = 5, and a(n) = (n-1)! for n > 0 and n <> 4.
a(n) = (n - 1)*a(n-1) for n > 5.
MATHEMATICA
nmax=24; CoefficientList[Series[1-x^4/24-Log[1-x], {x, 0, nmax}], x]*Range[0, nmax]!
CROSSREFS
Cf. A369833.
Sequence in context: A284230 A374926 A364229 * A052111 A176473 A185056
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Jul 14 2024
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 14 16:54 EDT 2024. Contains 375166 sequences. (Running on oeis4.)