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!)
A293250 G.f.: Product_{m>0} (1 + x^m + 2!*x^(2*m) + 3!*x^(3*m) + 4!*x^(4*m) + 5!*x^(5*m)). 3
1, 1, 3, 8, 30, 133, 48, 181, 262, 530, 738, 1750, 1939, 5672, 6704, 20065, 11306, 20362, 36780, 53926, 77234, 116988, 146955, 219604, 353518, 479638, 643753, 1156116, 1393784, 1778612, 3767018, 3224712, 4227504, 6058692, 9406426, 13136745, 15425494, 19723654 (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(5, n/i))))
end:
a:= n-> b(n$2):
seq(a(n), n=0..50); # Alois P. Heinz, Oct 04 2017
CROSSREFS
Column k=5 of A293202.
Sequence in context: A361135 A348662 A162560 * A096161 A161779 A074501
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)