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!)
A363558 Expansion of g.f. A(x) = Sum_{n=-oo..+oo} x^n * (2 + x^n)^(2*n). 6
1, 5, 16, 77, 256, 1104, 4121, 16832, 65536, 264688, 1048617, 4205568, 16779008, 67162112, 268436016, 1073999165, 4294967296, 17180983296, 68719549696, 274882887680, 1099511628896, 4398068904021, 17592186086656, 70368840646656, 281474978676736, 1125900326286464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Related identity: 0 = Sum_{n=-oo..+oo} x^n * (y - x^n)^n, which holds as a formal power series for all y.
LINKS
FORMULA
The g.f. A(x) = Sum_{n>=0} a(n)*x^n may be defined by the following formulas.
(1.a) A(x) = Sum_{n=-oo..+oo} x^n * (2 + x^n)^(2*n).
(1.b) A(x) = Sum_{n=-oo..+oo} x^n * (2 - x^n)^(2*n).
(2.a) A(x) = Sum_{n=-oo..+oo} x^(2*n^2-n) / (1 - 2*x^n)^(2*n).
(2.b) A(x) = Sum_{n=-oo..+oo} x^(2*n^2-n) / (1 + 2*x^n)^(2*n).
(3.a) A(x^2) = (1/2) * Sum_{n=-oo..+oo} x^n * (2 + x^n)^n.
(3.b) A(x^2) = (1/2) * Sum_{n=-oo..+oo} x^n * (-2 + x^n)^n.
(4.a) A(x^2) = (1/2) * Sum_{n=-oo..+oo} x^(n^2-n) / (1 + 2*x^n)^n.
(4.b) A(x^2) = (1/2) * Sum_{n=-oo..+oo} x^(n^2-n) / (1 - 2*x^n)^n.
From Paul D. Hanna, Aug 06 2023: (Start)
The following generating functions are extensions of Peter Bala's formulas given in A260147.
(5.a) A(x^2) = Sum_{n=-oo..+oo} x^(2*n+1) * (2 + x^(2*n+1))^(2*n+1).
(5.b) A(x^2) = Sum_{n=-oo..+oo} x^(2*n*(2*n+1)) / (1 + 2*x^(2*n+1))^(2*n+1).
(End)
a(2^n) = 4^(2^n) for n > 0 (conjecture).
a(p) = p*2^(p-1) + 4^p for primes p > 3 (conjecture).
EXAMPLE
G.f.: A(x) = 1 + 5*x + 16*x^2 + 77*x^3 + 256*x^4 + 1104*x^5 + 4121*x^6 + 16832*x^7 + 65536*x^8 + 264688*x^9 + 1048617*x^10 + ...
PROG
(PARI) {a(n) = my(A); A = sum(m=-n-1, n+1, x^m * (2 + x^m +x*O(x^n))^(2*m) ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A363299 A151474 A138550 * A197052 A334647 A203852
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 01 2023
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 10 11:15 EDT 2024. Contains 372387 sequences. (Running on oeis4.)