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!)
A354656 Column 3 of triangle A354650: a(n) = A354650(n,3), for n >= 1. 5
1, 30, 340, 2530, 14595, 70737, 301070, 1157820, 4100785, 13563010, 42321840, 125586440, 356621070, 973989030, 2569116330, 6567458520, 16317741975, 39504992395, 93390535840, 215983566780, 489454806785, 1088433416785, 2378160809610, 5111208572940, 10816601842950 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (-1)^n * A354649(n,3), for n >= 1.
a(n) = A354650(n,3), for n >= 1.
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=1, 30, print1(A354650(n, 3), ", "))
CROSSREFS
Sequence in context: A006859 A341557 A107967 * A115500 A214085 A125418
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 August 25 17:33 EDT 2024. Contains 375442 sequences. (Running on oeis4.)