Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A133927 Numbers k such that the sum of the first k Catalan numbers, C_1 + C_2 + ... + C_k, is divisible by k. 0
1, 30, 494, 6331, 36851, 95450, 122614, 940745, 5126032, 7519204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sum of the first 30 Catalan numbers, 1 + 2 + 5 + ... + 3814986502092304 = 5175497420902740, is divisible by 30, so 30 is a term.
No more terms < 5*10^7. - Lars Blomberg, Nov 07 2011
LINKS
Eric Weisstein's World of Mathematics, Catalan Number
MATHEMATICA
Module[{nn=40000, lst}, lst=Thread[{Range[nn], Accumulate[CatalanNumber[Range[nn]]]}]; Position[ lst, _?(Mod[#[[2]], #[[1]]]==0&), 1, Heads->False]]//Flatten (* The program generates the first 5 terms of the sequence. *) (* Harvey P. Dale, Jun 18 2024 *)
CROSSREFS
Sequence in context: A258417 A212473 A127544 * A082556 A036223 A022658
KEYWORD
hard,more,nonn
AUTHOR
Ryan Propper, Jan 07 2008
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 August 18 19:11 EDT 2024. Contains 375273 sequences. (Running on oeis4.)