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!)
A355365 Central terms of A355360; a(n) = A355360(2*n,n). 7
1, 3, 54, 1360, 41405, 1404102, 51126740, 1957600876, 77812428681, 3183756066040, 133302637049516, 5687179333193904, 246453229359401883, 10821674290217357756, 480561612716912592360, 21549547977144582750304, 974600584933918611940825, 44409401763058366474029057 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * d^n / n^2, where d = 51.3157915205364... and c = 0.1124829020506... - Vaclav Kotesovec, Mar 19 2023
PROG
(PARI) {a(n) = my(A=[1, y], t); for(i=1, 2*n, A=concat(A, 0); t = ceil(sqrt(2*(#A)+9));
A[#A] = polcoeff( x*y*Ser(A) - sum(m=-t, t, (-1)^m*x^(m*(m+1)/2)*Ser(A)^m ), #A-1)); polcoeff(A[2*n+1], n, y)}
for(n=0, 30, print1( a(n), ", "));
CROSSREFS
Sequence in context: A003776 A222203 A224051 * A317663 A323325 A224304
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 19 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 15 10:40 EDT 2024. Contains 374332 sequences. (Running on oeis4.)