The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A344066 Expansion of Product_{k>=1} (1 + 7^(k-1)*x^k). 6
1, 1, 7, 56, 392, 3087, 21952, 170471, 1210104, 9411920, 66824632, 513890832, 3683707839, 28086110472, 201122377288, 1534688027817, 10978118077136, 83158453503608, 599161640356888, 4508826988300152, 32435340235930576, 244366486039786096, 1756858874561956865, 13161303959340223232 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..A003056(n)} q(n,k) * 7^(n-k), where q(n,k) is the number of partitions of n into k distinct parts.
a(n) ~ (-polylog(2, -1/7))^(1/4) * 7^n * exp(2*sqrt(-polylog(2, -1/7)*n)) / (4*sqrt(2*Pi/7)*n^(3/4)). - Vaclav Kotesovec, May 09 2021
MATHEMATICA
nmax = 23; CoefficientList[Series[Product[(1 + 7^(k - 1) x^k), {k, 1, nmax}], {x, 0, nmax}], x]
Table[Sum[Length[Select[IntegerPartitions[n, {k}], UnsameQ @@ # &]] 7^(n - k), {k, 0, Floor[(Sqrt[8 n + 1] - 1)/2]}], {n, 0, 23}]
PROG
(PARI) seq(n)={Vec(prod(k=1, n, 1 + 7^(k-1)*x^k + O(x*x^n)))} \\ Andrew Howroyd, May 08 2021
CROSSREFS
Sequence in context: A264693 A054614 A270240 * A104896 A246939 A122996
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 08 2021
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 June 8 21:00 EDT 2024. Contains 373227 sequences. (Running on oeis4.)