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!)
A289485 G.f.: Product_{m>0} (1 + x^m + 2!*x^(2*m) + 3!*x^(3*m)). 3
1, 1, 3, 8, 6, 13, 24, 37, 46, 98, 90, 142, 235, 296, 392, 601, 746, 1018, 1428, 1702, 2258, 3132, 3891, 5044, 6766, 8134, 10681, 13812, 16952, 20996, 27986, 33144, 41376, 52500, 64066, 79401, 99718, 119590, 147162, 181880, 220339, 266662, 329342, 391736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,
add(b(n-i*j, i-1)*j!, j=0..min(3, n/i))))
end:
a:= n-> b(n$2):
seq(a(n), n=0..50); # Alois P. Heinz, Oct 04 2017
PROG
(PARI) Vec(prod(m=1, 50, 1+x^m+2*x^(2*m)+6*x^(3*m)) + O(x^50)) \\ Michel Marcus, Oct 04 2017
CROSSREFS
Column k=3 of A293202.
Sequence in context: A295573 A080939 A155724 * A304299 A221951 A276574
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 03 2017
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 12 19:26 EDT 2024. Contains 375113 sequences. (Running on oeis4.)