login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A272656
Bisection of A003319: a(n) = A003319(2n).
3
1, 1, 13, 461, 29093, 2829325, 392743957, 73943424413, 18176728317413, 5661698774848621, 2181096921557783605, 1018705098450570562877, 567347013156626397484421, 371514945708955154128328461, 282629242654284555347577144277, 247210800978211588125067686948317
OFFSET
0,3
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..224 (a(n) for n = 1..200 from Vincenzo Librandi)
MATHEMATICA
(* b = A003319 *) b[n_] := b[n] = n! - Sum[k!*b[n-k], {k, 1, n-1} ]; a[n_] := b[2 n]; Table[a[n], {n, 0, 15}] (* Jean-François Alcover, Feb 18 2018 *)
CROSSREFS
Sequence in context: A251601 A338177 A166184 * A081862 A198012 A197895
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 15 2016
EXTENSIONS
a(0) = 1 set by Peter Luschny, Aug 03 2022
STATUS
approved