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”).

A119559
Inverse Euler transform of A119268.
0
0, 1, 0, 1, 2, 3, 6, 12, 24, 49, 108, 239, 554, 1311, 3200
OFFSET
0,5
COMMENTS
Is this sequence always nonnegative? If so, is there a combinatorial interpretation?
MATHEMATICA
A119268 = Cases[Import["https://oeis.org/A119268/b119268.txt", "Table"], {_, _}][[All, 2]];
(* EulerInvTransform is defined in A022562 *)
Join[{0}, EulerInvTransform[Rest @ A119268]] (* Jean-François Alcover, Feb 23 2020, updated Mar 17 2020 *)
CROSSREFS
Sequence in context: A098011 A367222 A035055 * A375578 A329675 A045761
KEYWORD
more,nonn
AUTHOR
STATUS
approved