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!)
A339984 G.f.: g(x) * g(x^2), where g(x) is the g.f. of A000081. 3
0, 0, 0, 1, 1, 3, 5, 13, 26, 65, 147, 369, 899, 2298, 5851, 15261, 39945, 105948, 282504, 759480, 2052027, 5576017, 15216998, 41705762, 114715503, 316611401, 876466003, 2433091773, 6771462322, 18889829555, 52809592990, 147935027381, 415182991401, 1167251435240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) ~ A339986 * A051491^n / n^(3/2).
MATHEMATICA
max = 30; A000081 = Rest[Cases[ Import["https://oeis.org/A000081/b000081.txt", "Table"], {_, _}][[All, 2]]]; g81 = Sum[A000081[[k]]*x^k, {k, 1, max}]; g81x2 = Sum[A000081[[k]]*x^(2*k), {k, 1, max}]; CoefficientList[Series[g81 * g81x2, {x, 0, max}], x]
CROSSREFS
Sequence in context: A026003 A103792 A076156 * A141630 A289467 A289533
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 25 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 May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)