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!)
A101693 A modular binomial sum transform of 2^n. 1
1, 1, 5, 1, 21, 1, 5, 17, 341, 1, 5, 17, 85, 257, 1285, 4369, 87381, 1, 5, 17, 85, 257, 1285, 4369, 21845, 65537, 327685, 1114129, 5570645, 16843009, 84215045, 286331153, 5726623061, 1, 5, 17, 85, 257, 1285, 4369, 21845, 65537, 327685, 1114129, 5570645 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(2^n)=A101694(n); b(2^n+1) is 5,1,1,1,....
LINKS
FORMULA
a(n)=sum{k=0..n, mod(binomial(2n-2, k), 2)2^k}
MATHEMATICA
Table[Sum[Mod[Binomial[2n-2, k], 2]2^k, {k, 0, n}], {n, 0, 50}] (* Harvey P. Dale, Nov 23 2019 *)
CROSSREFS
Cf. A001045.
Sequence in context: A070729 A348501 A296306 * A063476 A126325 A278544
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Dec 11 2004
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 13:33 EDT 2024. Contains 371971 sequences. (Running on oeis4.)