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!)
A349818 Central column (ignoring the zeros) of A349815, or leading entries in rows of A349816. 3
1, 1, 1, 2, 8, 13, 74, 124, 784, 1364, 9069, 16194, 111144, 202070, 1418196, 2612376, 18642208, 34682348, 250706548, 470066728, 3433030048, 6477333149, 47703926354, 90472092748, 670963514192, 1278016171132, 9534032792470, 18226719157820, 136658371126320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Note that the analogous sequence for A349812 is the Motzkin numbers A001006.
LINKS
FORMULA
a(n) = [x^floor(3*n/2+1)](-1 - x + x^2 + 3*x^3)*(1 + x + x^2 + x^3)^(n-1) for n > 0. - Andrew Howroyd, Feb 28 2023
PROG
(PARI) a(n) = if(n==0, 1, polcoef((-1 - x + x^2 + x^3)*(1 + x + x^2 + x^3)^(n-1), 3*n\2+1)) \\ Andrew Howroyd, Feb 28 2023
CROSSREFS
Sequence in context: A077241 A228469 A066567 * A329453 A319964 A357401
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 24 2021
EXTENSIONS
Offset corrected and terms a(21) and beyond from Andrew Howroyd, Feb 28 2023
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 5 18:06 EDT 2024. Contains 372277 sequences. (Running on oeis4.)