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!)
A056198 Defined by Product 1/(1-x^k)^a_k, k=1..infinity = 1+x+2*Sum(a_k*x^k, k=2..infinity). 1
1, 2, 3, 9, 24, 76, 236, 785, 2634, 9106, 31870, 113371, 407438, 1479526, 5415700, 19970119, 74096864, 276466199, 1036598162, 3903844089, 14760093096, 56006631629, 213206289068, 814045174247, 3116569685906, 11961635892951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Klein and Shadmi call these "Organic Numbers".
LINKS
Gan Adam, One Mathematics
Moshe Klein and Doron Shadmi, Organic Mathematics
MAPLE
a := [1, 2]; for n from 3 to 30 do L := series( mul( (1-x^k)^(-a[k]), k=1..n-1)/(1-x^n)^b, x, n+1); t1 := coeff(L, x, n); R := series( 1+x+2*add(a[k]*x^k, k=2..n-1)+2*b*x^n, x, n+1); t2 := coeff(R, x, n); t3 := solve(t1-t2, b); a := [op(a), t3]; od: A056198 := n->a[n];
CROSSREFS
Recurrence suggested by that for A000669.
Sequence in context: A299705 A318231 A242271 * A143742 A038523 A358410
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 05 2000
EXTENSIONS
Antti Karttunen discovered that the Klein-Shadmi "Organic Numbers" are the same as this sequence. - N. J. A. Sloane, Apr 02 2011
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 23 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)