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!)
A336975 Expansion of Product_{k>=1} 1/(1 - x^k * (k + x)). 6
1, 1, 4, 9, 22, 47, 107, 221, 468, 953, 1932, 3814, 7560, 14625, 28192, 53757, 101827, 190907, 356362, 659716, 1215314, 2224968, 4053914, 7346367, 13260001, 23822114, 42629786, 75991017, 134991954, 238948942, 421656911, 741750026, 1301116634, 2275985891, 3971022904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} x^k * Sum_{d|k} (k/d + x)^d / d).
a(n) ~ c * n * phi^(n+1) / 5, where c = Product_{k>=3} 1/(1 - 1/phi^k*(k + 1/phi)) = 167.5661037860673786430316975350024960626825333609486463342... and phi = A001622 = (1+sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, May 06 2021
MATHEMATICA
m = 34; CoefficientList[Series[Product[1/(1 - x^k*(k + x)), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 01 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, 1-x^k*(k+x)))
(PARI) N=66; x='x+O('x^N); Vec(exp(sum(k=1, N, x^k*sumdiv(k, d, (k/d+x)^d/d))))
CROSSREFS
Sequence in context: A002835 A253289 A032288 * A076859 A042833 A048654
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 09 2020
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 April 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)