[go: up one dir, main page]

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!)
A321954 Column k=9 of triangle A257673. 3
1, 27, 378, 3681, 28134, 180198, 1007370, 5051790, 23173047, 98644395, 394006761, 1489460724, 5365964511, 18526724685, 61587671283, 197885754837, 616568620176, 1868127089697, 5517376711191, 15917134652829, 44935916034951, 124340811582540, 337706753653476 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
LINKS
FORMULA
G.f.: (-1 + Product_{k>=1} 1 / (1 - x^k)^k)^9. - Ilya Gutkovskiy, Jan 31 2021
MAPLE
b:= proc(n, k) option remember; `if`(n=0, 1, k*add(
b(n-j, k)*numtheory[sigma][2](j), j=1..n)/n)
end:
a:= n-> (k-> add(b(n, k-i)*(-1)^i*binomial(k, i), i=0..k))(9):
seq(a(n), n=9..35);
CROSSREFS
Column k=9 of A257673.
Sequence in context: A162726 A010979 A022591 * A000535 A251770 A033280
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 22 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 August 29 16:28 EDT 2024. Contains 375517 sequences. (Running on oeis4.)