Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107757
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107757 Numbers n such that Sum_{k=1..n} Catalan(k) == 2 mod 3. +0
4
3, 9, 11, 27, 29, 35, 39, 81, 83, 89, 93, 107, 111, 117, 119, 243, 245, 251, 255, 269, 273, 279, 281, 323, 327, 333, 335, 351, 353, 359, 363, 729, 731, 737, 741, 755, 759, 765, 767, 809, 813, 819, 821, 837, 839, 845, 849, 971, 975, 981, 983, 999, 1001, 1007, 1011 (list; graph; listen)
OFFSET

1,1

REFERENCES

Y. More, Problem 11165, Amer. Math. Monthly, 112 (2005), 568.

MAPLE

c:=n->binomial(2*n, n)/(n+1): s:=0: for n from 1 to 1500 do s:=s+c(n): a[n]:=s mod 3: od: A:=[seq(a[n], n=1..1500)]: p:=proc(n) if A[n]=2 then n else fi end: seq(p(n), n=1..1500); (Deutsch)

MATHEMATICA

s0 = s2 = {}; s = 0; Do[s = Mod[s + (2 n)!/n!/(n + 1)!, 3]; Switch[ Mod[s, 3], 0, AppendTo[s0, n], 2, AppendTo[s2, n]], {n, 1055}]; s2 (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 14 2005

CROSSREFS

Cf. A000108, A107755, A107756.

Equals A074939 - 1.

Sequence in context: A032915 A019080 A060141 this_sequence A057261 A003597 A018705

Adjacent sequences: A107754 A107755 A107756 this_sequence A107758 A107759 A107760

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 11 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 12 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 22 15:28 EST 2009. Contains 167310 sequences.


AT&T Labs Research