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!)
A281266 Main diagonal of A279928. 6
1, -1, -1, -1, 23, -51, 35, -197, 1367, -3889, 7649, -26258, 112739, -350676, 939623, -3063201, 11022167, -35276497, 106320311, -344831533, 1164544273, -3765456206, 11890410454, -38631658591, 127610160227, -414671018176, 1335126443260, -4348160271568 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..1000 (terms 0..100 from Seiichi Manyama)
FORMULA
a(n) ~ (-1)^n * c * d^n / sqrt(n), where d = 3.31585574856163070436... and c = 0.20250147602443379616... - Vaclav Kotesovec, Apr 17 2017
a(n) = [x^n] exp(n*Sum_{k>=1} (-1)^k*x^k/(k*(1 - x^k)^2)). - Ilya Gutkovskiy, May 30 2018
MATHEMATICA
nmax = 30; Table[SeriesCoefficient[Product[1/(1 + x^k)^(m*k), {k, 1, m}], {x, 0, m}], {m, 0, nmax}] (* Vaclav Kotesovec, Apr 17 2017 *)
CROSSREFS
Sequence in context: A176660 A185187 A157095 * A165432 A067625 A140689
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 13 2017
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 11 11:07 EDT 2024. Contains 372409 sequences. (Running on oeis4.)