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!)
A304857 a(n) = A304400(n) / n^2 for n >= 1. 2
1, 2, 17, 296, 8205, 322412, 16861408, 1129044208, 94262593881, 9617095872812, 1179417144559337, 171422055924510232, 29164680268271517644, 5744954740594875376712, 1297633915706481674014856, 333220154688593666676579264, 96542160783658837442386115393, 31344432027934429150200553978812 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {a(n) = my(A=[1], m); for(i=1, n, A=concat(A, 0); m=#A; A[m] = Vec( exp( (m-1)^2 * x * Ser(A) ) * (2 - Ser(A)) )[m] ); A[n+1]/n^2}
for(n=1, 20, print1(a(n), ", "))
CROSSREFS
Cf. A304400.
Sequence in context: A268705 A078367 A090306 * A007785 A360609 A201785
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 25 2018
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)