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!)
A106223 Self-convolution 5th power equals A106222, which consists entirely of digits {0,1,2,3,4} after the initial terms {1,5}. 6
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
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
Sequence in context: A150200 A150201 A150202 * A196345 A352703 A352704
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)