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.

A192741 Number of straight line segments in all letters of the capitalized Spanish name of n. Spanish version of A163828.

Original entry on oeis.org

6, 3, 1, 8, 7, 4, 5, 11, 3, 13, 9, 7, 5, 12, 11, 9, 12, 18, 10, 20, 16, 16, 14, 21, 20, 17, 18, 24, 16, 26, 17, 23, 21, 28, 27, 24, 25, 31, 23, 33, 17, 23, 21, 28, 27, 24, 25, 31, 23, 33, 16, 22, 20, 27, 26, 23, 24, 30, 22, 32, 16
Offset: 0

Views

Author

Claudio Meller, Jul 09 2011

Keywords

Comments

Number of straight line segments (chisel strokes) in the capitalized Spanish name of n (excluding spaces and), counting smooth curves as zero strokes.
The 15 letters which are entirely strokes (no curves): A(3), E(4), F(3), H(3), I(1), K(3), L(2), M(4), N(3), T(2), V(2), W(4), X(2), Y(3), Z(3).
Those 4 which are entirely curves (and count as zero): C, O, S, U.
Those 7 which mix strokes and curves: B(1), D(1), G(2), J(1), P(1), Q(1), R(2).

Examples

			a(0) = 6 because CERO has (letter by letter) 0+4+2+0 = 6 straight line segments (chisel strokes).
a(1) = 3 because UNO has 0+3+0 = 3 strokes.
a(20) = 16 because VEINTE (all strokes) has 2+4+1+3+2+4 = 16 strokes.
		

Crossrefs

Cf. A163828.