Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106223
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106223 Self-convolution 5-th power equals A106222, which consists entirely of digits {0,1,2,3,4} after the initial terms {1,5}. +0
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; listen)
OFFSET

0,3

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,...}.

PROGRAM

(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.

Adjacent sequences: A106220 A106221 A106222 this_sequence A106224 A106225 A106226

Sequence in context: A033321 A050203 A112806 this_sequence A106228 A121988 A129442

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 01 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research