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!)
A108115 Let B(x) = Sum_{i >= 0} A108336(i)*x^i; sequence gives coefficients of B(x)^2. 1
1, 2, 1, 2, 2, 2, 5, 2, 2, 2, 1, 2, 1, 2, 2, 2, 6, 2, 6, 6, 2, 6, 2, 2, 2, 2, 5, 2, 6, 6, 5, 14, 5, 6, 6, 2, 5, 2, 2, 2, 2, 6, 2, 6, 6, 2, 6, 2, 2, 2, 1, 2, 1, 2, 2, 2, 5, 2, 2, 2, 1, 2, 1, 2, 2, 2, 6, 2, 6, 6, 2, 6, 2, 2, 2, 2, 6, 2, 6, 6, 6, 14, 6, 10, 6, 6, 10, 6, 14, 10, 10, 18, 10, 18, 10, 10, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
S:= 0: SS:= 0:
for i from 0 to 100 do
s:= coeff(SS, x, i) mod 4;
if s = 0 or s = 3 then
SS:= SS + 2*expand(S*x^i)+x^(2*i); S:= S + x^i;
fi
od:
seq(coeff(SS, x, i), i=0..100); # Robert Israel, May 14 2019
CROSSREFS
Cf. A108336.
a(n) mod 4 = A083952(n).
Sequence in context: A113401 A071227 A285442 * A089254 A279861 A321431
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 03 2005
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 24 09:41 EDT 2024. Contains 371935 sequences. (Running on oeis4.)