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!)
A141351 a(n) = C(n) + 1 - 0^n where C(n) = A000108(n). 7
1, 2, 3, 6, 15, 43, 133, 430, 1431, 4863, 16797, 58787, 208013, 742901, 2674441, 9694846, 35357671, 129644791, 477638701, 1767263191, 6564120421, 24466267021, 91482563641, 343059613651, 1289904147325, 4861946401453, 18367353072153, 69533550916005 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform is A141352.
For n >= 2, a(n) is the number of parking functions of size n avoiding the patterns 132, 213, 231, and 312. - Lara Pudwell, Apr 12 2023
LINKS
Ayomikun Adeniran and Lara Pudwell, Pattern avoidance in parking functions, Enumer. Comb. Appl. 3:3 (2023), Article S2R17.
FORMULA
G.f.: c(x) + x/(1-x), where c(x) is the g.f. of A000108.
Conjecture: (n+1)*a(n) +2*(-3*n+1)*a(n-1) +(9*n-13)*a(n-2) +2*(-2*n+5)*a(n-3)=0. - R. J. Mathar, Oct 15 2014
a(n) = A000108(n) + A057427(n). - Alois P. Heinz, Apr 13 2023
MAPLE
a:= n-> signum(n)+binomial(n+n, n)/(n+1):
seq(a(n), n=0..30); # Alois P. Heinz, Apr 13 2023
CROSSREFS
Sequence in context: A036418 A120589 A110181 * A088793 A322197 A368954
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 27 2008
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 May 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)