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!)
A088564 a(n)=sum(i=0,n,binomial(2*i,i) (mod 3)). 1
1, 3, 3, 5, 6, 6, 6, 6, 6, 8, 9, 9, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 15, 15, 16, 18, 18, 18, 18, 18, 19, 21, 21, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Distinct values (i.e. 1,3,5,6,8,9,...) are given by the partial sums of the Thue-Morse sequence on alphabet (1,2) A026430. Sequence of least k such that a(k)>a(k-1) is given by A005836. For any k>=0, card{ n : a(3*A005836(k)) =a(n)}=1.
Only 79 of the first 1001 terms are odd numbers. -- From Harvey P. Dale, Aug 08 2012
LINKS
MATHEMATICA
Table[Sum[Mod[Binomial[2*i, i], 3], {i, 0, n}], {n, 0, 80}] (* Harvey P. Dale, Aug 08 2012 *)
CROSSREFS
Sequence in context: A204250 A131948 A134636 * A161560 A078796 A201929
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 19, 2003
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)