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!)
A249664 In the n-th row of Pascal's triangle, an odious entry is replaced by 1, an evil entry is replaced by 0 and the n-th row is converted to decimal. 1
1, 3, 7, 9, 27, 33, 65, 255, 511, 585, 1025, 3591, 4617, 13611, 32639, 34401, 109675, 147441, 264833, 923271, 1183241, 3620667, 7178459, 11295285, 25104893, 57717819, 102148931, 168533253, 403441155, 712644501, 1221813641, 4029305871, 8397439583, 9813933129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum {i=0,...,n} A010060(binomial(n,i)))*2^i.
MATHEMATICA
a10060[n_] := If[OddQ[Count[IntegerDigits[n, 2], 1]], 1, 0];
Table[Sum[a10060[Binomial[n, i]]2^i, {i, 0, n}], {n, 0, 50}]
CROSSREFS
Sequence in context: A033958 A352016 A018827 * A057840 A339614 A246659
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Nov 03 2014
EXTENSIONS
More terms from Peter J. C. Moses, Nov 03 2014
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 26 19:27 EDT 2024. Contains 372004 sequences. (Running on oeis4.)