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.

A249030 The difference between the number of letters and the number of syllables in n in English. (Omit "and" in both.)

This page as a plain text file.
%I A249030 #20 Mar 17 2015 02:27:38
%S A249030 2,2,2,4,3,3,2,3,4,3,2,3,5,6,6,5,5,6,6,6,4,6,6,8,7,7,6,7,8,7,4,6,6,8,
%T A249030 7,7,6,7,8,7,3,5,5,7,6,6,5,6,7,6,3,5,5,7,6,6,5,6,7,6,3,5,5,7,6,6,5,6,
%U A249030 7,6,4,6,6,8,7,7,6,7,8,7
%N A249030 The difference between the number of letters and the number of syllables in n in English. (Omit "and" in both.)
%C A249030 Take the number of letters in the spelling of a number and subtract the number of syllables in the sounding of that number. For example, zero has four letters and two syllables generating 4-2=2 for the first term. As such it is linked to sequences A005589 and A075774.
%F A249030 a(n) = A005589(n) - A075774(n).
%Y A249030 Cf. A005589, A075774.
%K A249030 nonn,word
%O A249030 0,1
%A A249030 _Chris Smith_, Oct 27 2014
%E A249030 Corrected a(11) and extended to a(79) by _Chris Smith_, Mar 16 2015