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!)
A354659 A diagonal of triangle A354650: a(n) = A354650(n,n+1), for n >= 0. 5
1, 3, 30, 390, 5928, 98910, 1757688, 32683680, 628884300, 12428334215, 250940544738, 5156722096422, 107538413657010, 2270751678647100, 48464836803383400, 1044050265679857144, 22675350105240015204, 496034970650911331550, 10920742396832034391590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A354649(n,n+1), for n >= 0.
a(n) = A354650(n,n+1), for n >= 0.
a(n) ~ c * d^n / n^2, where d = 24.5759928778699928131449756... and c = 0.35661791857107638456206... - 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, n+1), ", "))
CROSSREFS
Sequence in context: A372105 A372091 A372110 * A058831 A234506 A212425
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 July 3 09:32 EDT 2024. Contains 373971 sequences. (Running on oeis4.)