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!)
A373707 Expansion of e.g.f. exp(x * (1 + x^3)^2). 1
1, 1, 1, 1, 49, 241, 721, 6721, 124321, 913249, 4243681, 94818241, 1640604241, 14642181841, 131026944049, 3669304504321, 62536989802561, 627395160826561, 10818406189690561, 308036857749752449, 5219006583104930161, 65146235714284117681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(2*n/7)} binomial(2*n-6*k,k)/(n-3*k)!.
a(n) == 1 (mod 48).
a(n) = a(n-1) + 8*(n-1)*(n-2)*(n-3)*a(n-4) + 7*(n-1)*(n-2)*(n-3)*(n-4)*(n-5)*(n-6)*a(n-7).
PROG
(PARI) a(n) = n!*sum(k=0, 2*n\7, binomial(2*n-6*k, k)/(n-3*k)!);
CROSSREFS
Cf. A373680.
Sequence in context: A266799 A211741 A211761 * A373680 A322675 A260198
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 14 2024
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 September 8 18:41 EDT 2024. Contains 375753 sequences. (Running on oeis4.)