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!)
A261366 a(n) = number of even terms in row n of triangle A261363. 3
0, 1, 1, 2, 1, 4, 3, 4, 1, 8, 7, 8, 5, 10, 7, 8, 1, 16, 15, 16, 13, 18, 15, 16, 9, 22, 19, 20, 13, 22, 15, 16, 1, 32, 31, 32, 29, 34, 31, 32, 25, 38, 35, 36, 29, 38, 31, 32, 17, 46, 43, 44, 37, 46, 39, 40, 25, 50, 43, 44, 29, 46, 31, 32, 1, 64, 63, 64, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
For n > 0: a(n) = n + 1 - A001316(n-1).
LINKS
PROG
(Haskell)
a261366 = sum . map ((1 -) . flip mod 2) . a261363_row
CROSSREFS
Sequence in context: A102916 A081234 A105239 * A283166 A130973 A093779
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 16 2015
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)