login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106223 Self-convolution 5-th power equals A106222, which consists entirely of digits {0,1,2,3,4} after the initial terms {1,5}. 5
1, 1, -2, 6, -21, 80, -320, 1326, -5637, 24434, -107541, 479192, -2157027, 9792618, -44780207, 206053429, -953296364, 4431418833, -20686477329, 96930426941, -455717114981, 2149060994827, -10162417338993, 48176297258115, -228910042632050, 1089957826522693, -5199911987465160 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..26.

FORMULA

Limit a(n+1)/a(n) = -5.001596426773442826534115368782519...

EXAMPLE

A(x) = 1 + x - 2*x^2 + 6*x^3 - 21*x^4 + 80*x^5 - 320*x^6 +-...

A(x)^5 = 1 + 5*x + x^5 + 3*x^10 + x^15 + 4*x^20 + x^35 +...

A106222 = {1,5,0,0,0,1,0,0,0,0,3,0,0,0,0,1,0,0,0,0,4,...}.

PROG

(PARI) {a(n)=local(A=1+5*x); if(n==0, 1, for(j=1, n, for(k=0, 4, t=polcoeff((A+k*x^j+x*O(x^j))^(1/5), j); if(denominator(t)==1, A=A+k*x^j; break))); return(polcoeff((A+x*O(x^n))^(1/5), n)))}

CROSSREFS

Cf. A106222, A106219, A106221, A106225.

Sequence in context: A150200 A150201 A150202 * A196345 A150203 A106228

Adjacent sequences:  A106220 A106221 A106222 * A106224 A106225 A106226

KEYWORD

sign,base

AUTHOR

Paul D. Hanna, May 01 2005

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 18 22:19 EDT 2013. Contains 226356 sequences.