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!)
A365975 Expansion of e.g.f. 1 / ( 1 - Sum_{k>=0} x^(3*k+1) / (3*k+1) ). 2
1, 1, 2, 6, 30, 180, 1260, 10800, 104760, 1130760, 13776480, 184044960, 2670220080, 42222280320, 718144004160, 13061603808000, 254036916144000, 5247117638294400, 114652672773408000, 2647321293055507200, 64330669872690566400, 1640738743703289331200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/3)} (3*k)! * binomial(n,3*k+1) * a(n-3*k-1).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=0, N\3, x^(3*k+1)/(3*k+1)))))
CROSSREFS
Sequence in context: A180897 A353184 A096769 * A111059 A009645 A274966
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 23 2023
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 July 14 01:56 EDT 2024. Contains 374290 sequences. (Running on oeis4.)