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!)
A300411 a(0) = a(1) = 1; a(n) = [x^n] Product_{k=1..n-1} 1/(1 - a(k)*x^a(k)). 0
1, 1, 1, 4, 9, 14, 19, 24, 45, 75, 105, 135, 229, 359, 503, 647, 1047, 1591, 2272, 2972, 4696, 6996, 9844, 12894, 20064, 29538, 41204, 54407, 84457, 123723, 171757, 225939, 348643, 508693, 703815, 923529, 1423892, 2076942, 2870977, 3763380, 5778379, 8414332, 11621307 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies A(x) = -x - 2*x^2 + Product_{n>=1} 1/(1 - a(n)*x^a(n)).
MATHEMATICA
a[n_] := a[n] = SeriesCoefficient[Product[1/(1 - a[k] x^a[k]), {k, 1, n - 1}], {x, 0, n}]; a[0] = a[1] = 1; Table[a[n], {n, 0, 42}]
CROSSREFS
Sequence in context: A313118 A313119 A293807 * A313120 A313121 A313122
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 05 2018
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 6 02:03 EDT 2024. Contains 372290 sequences. (Running on oeis4.)