Recursive Sequence Summation

Problem Statement

The sequence $a_n$ is defined by $a_1=1$, and then recursively for $n\geq1$: $$\begin{align*} a_{2n} &=2a_n\\ a_{2n+1} &=a_n-3a_{n+1} \end{align*}$$ The first ten terms are $1, 2, -5, 4, 17, -10, -17, 8, -47, 34$.
Define $\displaystyle S_1(m) = \sum_{n=1}^m a_n$, $\displaystyle S_2(m) = \sum_{n=1}^m S_1(n)$, $\displaystyle S_3(m) = \sum_{n=1}^m S_2(n)$.
You are given $S_1(9) = -47$, $S_2(9) = -23$, $S_3(9) = 91$.
Find $S_3(3^N)$.

Submit Answers

You need to submit in the format: "N:problem(N)", possibly with multiple values at once, separated by commas, with $N$ between $1$ and $100$.

Top Users

🥇 icy
100.00 (100)
🥈 liuguangxi
100.00 (100)
🥉 shs10978
100.00 (100)
4 Nondegon
2.00 (2)
5 jonnytang
1.00 (2)

Data

Stats

Your submissions will appear here

Recent Submissions

1
Nondegon
$g(2)$, $2$ digits 2 weeks, 1 day ago
2
Nondegon
$g(1)$, $1$ digits 2 weeks, 1 day ago
3
shs10978
$g(100)$, $96$ digits 1 month, 2 weeks ago
4
shs10978
$g(99)$, $95$ digits 1 month, 2 weeks ago
5
shs10978
$g(98)$, $94$ digits 1 month, 2 weeks ago