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!)
A308535 Expansion of e.g.f. 1/(1 - x)^log(1 + x) (even powers only). 0
1, 2, 22, 608, 31764, 2695992, 338441112, 58961602464, 13614906576528, 4024831155397536, 1482492491866434912, 665729215100873644800, 358022910151079384324928, 227174478580352888344068480, 167941710127005880795828894080, 143087068385495604780364250426880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] 1/(1 - x)^log(1 + x).
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[1/(1 - x)^Log[1 + x], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A217912 A210657 A177042 * A318639 A354243 A220732
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 06 2019
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)