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!)
A331520 a(0) = a(1) = 1; a(n+2) = Sum_{k=0..n} (binomial(n,k) mod 2) * a(k). 0
1, 1, 1, 2, 2, 5, 3, 9, 7, 24, 8, 33, 17, 77, 27, 134, 66, 351, 67, 419, 135, 908, 204, 1469, 479, 3643, 553, 4572, 1182, 10227, 1889, 17125, 4641, 43640, 4642, 48283, 9285, 101211, 13929, 158786, 32504, 384441, 37153, 465259, 78957, 1020640, 125414, 1675453 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Shifts 2 places left under the modulo 2 binomial transform.
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^A010060(n-k) * (binomial(n, k) mod 2) * a(k+2).
MATHEMATICA
a[0] = a[1] = 1; a[n_] := a[n] = Sum[Mod[Binomial[n - 2, k], 2] a[k], {k, 0, n - 2}]; Table[a[n], {n, 0, 47}]
CROSSREFS
Sequence in context: A152991 A163298 A133440 * A160793 A327754 A308096
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 19 2020
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 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)