cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A335965 a(n) = number of odd numbers in the n-th row of the Narayana triangle A001263.

Original entry on oeis.org

1, 2, 3, 2, 2, 4, 7, 2, 2, 4, 6, 4, 4, 8, 15, 2, 2, 4, 6, 4, 4, 8, 14, 4, 4, 8, 12, 8, 8, 16, 31, 2, 2, 4, 6, 4, 4, 8, 14, 4, 4, 8, 12, 8, 8, 16, 30, 4, 4, 8, 12, 8, 8, 16, 28, 8, 8, 16, 24, 16, 16, 32, 63, 2, 2, 4, 6, 4, 4, 8, 14, 4, 4, 8, 12, 8, 8, 16, 30, 4, 4, 8
Offset: 1

Views

Author

Sen-Peng Eu, Jul 01 2020

Keywords

Comments

a(n)=n iff n=2^k-1 or n=2.

Examples

			The Narayana numbers are binomial(n-1, k-1)*binomial(n, k-1)/k. a(4)=4 since for n=4 there are two odd numbers among 1,6,6,1.
		

Crossrefs

Cf. A001263.

Programs