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!)
A321436 Expansion of Product_{1 <= i <= j} (1 - x^(i^2 + j^2)). 5
1, 0, -1, 0, 0, -1, 0, 1, -1, 0, 0, 0, 1, 0, 0, 1, 0, -2, 1, 1, -2, 1, 2, 0, -1, 0, -1, 0, 2, -2, 1, 1, -4, 0, 3, -1, -1, 3, -2, -1, 0, -4, 5, 2, -3, 2, 3, -5, -3, 6, -3, -1, 0, -2, 1, 1, 0, 2, 7, -7, 0, 7, -9, -2, 4, -3, 2, 6, -9, 2, 12, -12, 1, 9, -11, -3, 7, 0, -1, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,18
LINKS
FORMULA
G.f.: Product_{k>0} (1 - x^k)^A025426(k).
MAPLE
N:= 100: # for a(1)..a(N)
P:= 1:
for i from 1 to floor(sqrt(N)) do
for j from i while i^2 + j^2 <= N do
P:= P * (1 - x^(i^2 + j^2))
od od:
S:= series(P, x, N+1):
seq(coeff(S, x, k), k=0..N): # Robert Israel, Apr 21 2024
CROSSREFS
Sequence in context: A318665 A057856 A117939 * A276167 A105522 A131774
KEYWORD
sign,look,changed
AUTHOR
Seiichi Manyama, Nov 09 2018
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 4 15:39 EDT 2024. Contains 372254 sequences. (Running on oeis4.)