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!)
A278401 G.f.: Re(2/(i; x)_inf), where (a; q)_inf is the q-Pochhammer symbol, i = sqrt(-1). 5
1, -1, -2, -1, -1, -1, -1, 1, 2, 2, 2, 4, 5, 5, 5, 6, 7, 5, 3, 4, 3, 0, -2, -3, -5, -10, -14, -16, -18, -23, -28, -28, -29, -35, -38, -37, -37, -39, -39, -35, -30, -29, -26, -15, -5, 0, 10, 26, 41, 51, 64, 85, 105, 119, 135, 160, 183, 196, 212, 236, 255, 265 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The q-Pochhammer symbol (a; q)_inf = Product_{k>=0} (1 - a*q^k).
LINKS
Eric Weisstein's World of Mathematics, q-Pochhammer Symbol.
FORMULA
2/(i; x)_inf is the g.f. for a(n) + i*A278402(n).
G.f.: Sum_{n >= 0} (-1)^n*x^(2*n)*(1 - x - x^(2*n+1))/Product_{k = 1..2*n+1} (1 - x^k). - Peter Bala, Feb 08 2021
MAPLE
with(gfun): series( add( (-1)^n*x^(2*n)*(1 - x - x^(2*n+1))/mul(1 - x^k, k = 1..2*n+1), n = 0..50), x, 101): seriestolist(%); # Peter Bala, Feb 08 2021
MATHEMATICA
Re[(2/QPochhammer[I, x] + O[x]^70)[[3]]]
CROSSREFS
Sequence in context: A338521 A036225 A236859 * A069935 A283530 A326753
KEYWORD
sign,easy
AUTHOR
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 July 29 02:33 EDT 2024. Contains 374727 sequences. (Running on oeis4.)