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!)
A106221 Self-convolution 4th power equals A106220, which consists entirely of digits {0,1,2,3} after the initial terms {1,4}. 4
1, 1, -1, 2, -4, 10, -26, 71, -199, 569, -1652, 4855, -14413, 43153, -130143, 394967, -1205268, 3695771, -11381215, 35183209, -109138163, 339599993, -1059702401, 3315256789, -10396158911, 32671424776, -102879610571, 324557399534, -1025643986057, 3246330348415, -10290418283163 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Limit a(n+1)/a(n) = -3.30697774878897620974321728382452592372871...
EXAMPLE
A(x) = 1 + x - x^2 + 2*x^3 - 4*x^4 + 10*x^5 - 26*x^6 + 71*x^7 -+...
A(x)^4 = 1 + 4*x + 2*x^2 + 3*x^4 + 2*x^6 + x^8 + 2*x^14 +...
A106220 = {1,4,2,0,3,0,2,0,1,0,0,0,0,0,2,0,0,0,2,...}.
PROG
(PARI) {a(n)=local(A=1+4*x); if(n==0, 1, for(j=1, n, for(k=0, 3, t=polcoeff((A+k*x^j+x*O(x^j))^(1/4), j); if(denominator(t)==1, A=A+k*x^j; break))); return(polcoeff((A+x*O(x^n))^(1/4), n)))}
CROSSREFS
Sequence in context: A257520 A035079 A259206 * A149811 A149812 A149813
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 August 31 15:42 EDT 2024. Contains 375572 sequences. (Running on oeis4.)