The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342578 a(n) = n! * [x^n] (Sum_{j>=0} n^(j*(j+1)/2) * x^j/j!)^(1/n) for n > 0, a(0) = 1. 2
1, 1, 3, 199, 249337, 6062674201, 3653786369479951, 65709007885111803731947, 40564683796482484146182142025377, 969773549559254966290998252899999751714721, 999999990999996719397362087568018696141879478712251051, 49037072510879011742983689973641327840345400616866967292640434759551 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
All terms are odd.
LINKS
Richard Stanley, Proof of the general conjecture, MathOverflow, March 2021.
FORMULA
a(n) == 1 (mod n*(n-1)) for n >= 2 (see "general conjecture" in A178319 and link to proof by Richard Stanley above).
a(n) ~ n^((n^2 + n - 2)/2). - Vaclav Kotesovec, Jul 15 2021
MAPLE
a:= n-> `if`(n>0, coeff(series(add(n^binomial(j+1, 2)*
x^j/j!, j=0..n)^(1/n), x, n+1), x, n)*n!, 1):
seq(a(n), n=0..12);
CROSSREFS
Main diagonal of A346061.
Sequence in context: A023310 A054701 A356178 * A264674 A306630 A140654
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Mar 15 2021
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 May 23 15:34 EDT 2024. Contains 372763 sequences. (Running on oeis4.)