The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A101555 Convolution of A010060 and A000244. 1
0, 1, 4, 12, 37, 111, 333, 1000, 3001, 9003, 27009, 81028, 243084, 729253, 2187760, 6563280, 19689841, 59069523, 177208569, 531625708, 1594877124, 4784631373, 14353894120, 43061682360, 129185047080, 387555141241, 1162665423724 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A Thue-Morse convolution.
LINKS
FORMULA
a(n) = Sum_{k=0..n} A010060(n-k) * 3^k.
MATHEMATICA
Table[Sum[ThueMorse[n - k]*3^k, {k, 0, n}], {n, 0, 100}] (* G. C. Greubel, May 23 2018 *)
CROSSREFS
Sequence in context: A183923 A349053 A279277 * A033130 A196918 A099098
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Dec 06 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 May 14 07:57 EDT 2024. Contains 372530 sequences. (Running on oeis4.)