A259845 a(0)=1, a(1)=3, and the INVERT transform of the sequence deletes the 3.
1, 3, 4, 11, 38, 136, 512, 1993, 7958, 32420, 134216, 563030, 2388092, 10224320, 44127328, 191783029, 838623654, 3686965308, 16287624440, 72262899994, 321852273332, 1438540956048, 6450223722816, 29006443606746, 130790584554748, 591191800834696
Offset: 0
Examples
The INVERT transform of (1, 3, 4, 11, 38, 136, ...) is (1, 4, 11, 38, 136, ...).
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..1000
- Amya Luo, Pattern Avoidance in Nonnesting Permutations, Undergraduate Thesis, Dartmouth College (2024). See p. 16.
Programs
-
Mathematica
CoefficientList[Series[1/(2*x) + x - Sqrt[1 - 4*x - 4*x^2 + 4*x^4]/(2*x), {x, 0, 25}], x] (* Michael De Vlieger, Jun 12 2024 *)
Formula
G.f.: A(x) = 1/(2*x) + x - sqrt(1 - 4*x - 4*x^2 + 4*x^4)/(2*x).
Extensions
More terms from Alois P. Heinz, Jul 07 2015
Comments