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!)
A373685 Expansion of e.g.f. exp(x / (1 - x^3)^2) / (1 - x^3). 1
1, 1, 1, 7, 73, 301, 1561, 32131, 306097, 2062873, 43102801, 720515071, 7245589561, 136364378437, 3259345980073, 47903339552251, 873735377165281, 25383884535029041, 515592396859327777, 10003196649764818423, 316630570292623967401, 8359224513085985870941 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} binomial(2*n-5*k,k)/(n-3*k)!.
a(n) == 1 (mod 6).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, binomial(2*n-5*k, k)/(n-3*k)!);
CROSSREFS
Sequence in context: A012158 A139966 A175205 * A027017 A076106 A202042
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 13 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 15 00:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)