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!)
A343427 G.f.: 1 + 1^1*x/(1 + 2^2*x/(1 + 3^3*x/(1 + 4^4*x/(1 + 5^5*x/(1 + ...))))). 4
1, 1, -4, 124, -31492, 95311228, -4353197274628, 3536438210329520764, -58773626061322570140840196, 22612364715316383254816814332673916, -224919094679732422549471022558879877877853188, 63900685360824803637692081638626416736937520172676174972 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1/(Sum_{k>=0} A307084(k) * (-x)^k).
PROG
(PARI) a(n) = my(A=1+O(x)); for(i=1, n, A=1+(n-i+1)^(n-i+1)*x/A); polcoef(A, n);
CROSSREFS
Sequence in context: A197610 A090082 A243010 * A209040 A068891 A337245
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 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 June 12 10:30 EDT 2024. Contains 373331 sequences. (Running on oeis4.)