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!)
A233187 a(n) is the least number larger than the total number of letters in the German names for all terms up to and including a(n). 3

%I #8 Jan 02 2023 12:30:49

%S 5,9,17,30,38,50,59,70,80,88,100,111,130,150,168,190,200,211,230,250,

%T 270,289,300,319,340,360,380,398,417,440,460,478,500,504,529,550,570,

%U 590,600,611,630,650,670,690,700,720,740,760,780,800,805,830,848,870,890,900,910,930,950,970,989,1000,1017,1040,1058,1080,1099

%N a(n) is the least number larger than the total number of letters in the German names for all terms up to and including a(n).

%C German version of A233184 (English) and A233185 (French). See A233188 for a variant using weak inequality, "not smaller" instead of "larger", in the definition.

%H E. Angelini, <a href="http://list.seqfan.eu/oldermail/seqfan/2013-December/012058.html">Cumulative quantity of letters used in a list of English number-names</a>, SeqFan list, Dec 05 2013

%o (PARI) a=0;k=0;for(n=1,99,until( k++ > a + A007208(k),); print1(k,","); a+=A007208(k))

%K nonn,word

%O 1,1

%A _Eric Angelini_ and _M. F. Hasler_, Dec 05 2013

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 April 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)