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!)
A265828 Expansion of Product_{k>=1} 1/(1 - (4*k-1)*x^(4*k-1)). 7
1, 0, 0, 3, 0, 0, 9, 7, 0, 27, 21, 11, 81, 63, 82, 258, 189, 246, 851, 586, 738, 2896, 1984, 2237, 8688, 6491, 7009, 26091, 21874, 22609, 78868, 65653, 71600, 240021, 197686, 231642, 731137, 599038, 696146, 2219861, 1821033, 2098301, 6778660, 5540660 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ c * 3^(n/3), where
c = 1.440862416741436228307395343405986172843082997125243989739... if mod(n,3) = 0
c = 0.839303125100473007517704405672941818726137049977537857220... if mod(n,3) = 1
c = 0.669924376359406710094617326814984989681716404092521759237... if mod(n,3) = 2.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1 - (4*k-1)*x^(4*k-1)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A216469 A319359 A104751 * A177016 A346811 A244127
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 16 2015
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 August 3 19:01 EDT 2024. Contains 374900 sequences. (Running on oeis4.)