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!)
A091200 G.f. A(x) satisfies xA(x)^5 = B(xA(x^5)) where B(x) = x/(1-5x). 4
1, 1, 3, 11, 44, 185, 802, 3553, 15994, 72886, 335387, 1555487, 7261310, 34083382, 160730900, 761039051, 3616102911, 17235223345, 82372594183, 394648349447, 1894921311499, 9116598414141, 43939539520427, 212124129983285 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
More generally, given A(x) satisfies xA(x)^p = B(xA(x^p)) where B(x) = x/(1-p*x), then it appears that A(x) is an integer series only when p is prime. This is a special case of sequences with g.f.s that satisfy the more general functional equation xA(x)^m = B(xA(x^m)) originated by Michael Somos; some other examples are A085748, A091188 and A091190.
LINKS
PROG
(PARI) {a(n)=local(A, m); p=5; if(n<0, 0, m=1; A=1+O(x); while(m<=n, m*=p; A=x*subst(A, x, x^p); A=(A/(1-p*A)/x)^(1/p)); polcoeff(A, n))}
CROSSREFS
Sequence in context: A026748 A113174 A132840 * A271931 A151105 A127632
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 23 2004
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 27 18:09 EDT 2024. Contains 372020 sequences. (Running on oeis4.)