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!)
A354660 a(n) = A354650(n,2*n), for n >= 0. 5
1, 3, 15, 83, 486, 2937, 18109, 113220, 715122, 4552229, 29156985, 187683795, 1213110600, 7868238588, 51184173036, 333809308696, 2181842704602, 14288748463485, 93737673347185, 615889045662345, 4052198020223430, 26694405836621985, 176052003674681925 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n+1) * A354649(n,2*n), for n >= 0.
a(n) = A354650(n,2*n), for n >= 0.
a(n) ~ 13 * 3^(3*n - 5/2) / (sqrt(Pi*n) * 2^(2*n)). - Vaclav Kotesovec, Mar 19 2023
PROG
(PARI) {A354650(n, k) = my(A=[1+y]); for(i=1, n, A = concat(A, 0);
A[#A] = polcoeff(y + sum(m=0, sqrtint(2*#A+9), (-1)^m * x^(m*(m-1)/2) * (1 - x^(2*m+1)) * Ser(A)^(m*(m+1)/2) ), #A-1) );
polcoeff(A[n+1], k, y)}
for(n=0, 20, print1(A354650(n, 2*n), ", "))
CROSSREFS
Sequence in context: A213096 A052451 A026019 * A118356 A074552 A193658
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 02 2022
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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)