Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109086
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109086 Recursively defined polynomials, read by row. +0
5
1, 0, 1, 0, 1, 1, 0, 2, 1, 1, 1, 0, 4, 2, 7, 4, 6, 2, 1, 1, 0, 8, 4, 30, 25, 72, 68, 116, 102, 118, 84, 67, 33, 16, 4, 1, 1, 0, 16, 8, 124, 114, 641, 776, 2495, 3372, 7637, 10444, 18561, 24212, 35684, 42828, 53707, 57884, 62257, 59056, 54261, 44356, 34326, 23548 (list; table; graph; listen)
OFFSET

1,8

COMMENT

lim(N->infinity)p_N(x)/prod(n = 0, N-1)p_n(x) = f(x), with f(x) from A109087.

FORMULA

p_0(x) = x, p_(n+1)(x) = p_n(x)^2 + prod(i = 0, n-1)p_i(x)^(n-i), n >= 0. p_n(x) = sum(i = 0, 2^n)t(n, i)*x^i, n >= 0. a(2^(n+1)+n-i)=t(n, i), n>=0, 0<=i<=2^n.

EXAMPLE

p_0(x) = x, p_1(x) = x^2 + 1, p_2(x) = x^4 + 2*x^2 + x + 1,

p_3(x) = x^8 + 4*x^6 + 2*x^5 + 7*x^4 + 4*x^3 + 6*x^2 + 2*x + 1

p_4(x) = x^16 + 8*x^14 + 4*x^13 + 30*x^12 + 25*x^11 + 72*x^10 + 68*x^9 + 116*x^8 + 102*x^7 + 118*x^6 + 84*x^5 + 67*x^4 + 33*x^3 + 16*x^2 + 4*x + 1

PROGRAM

(PARI) N=5; p=x; q=1; r=1; for(n=0, N, print(Vec(p)); q*=r; r*=p; p=p^2+q)

CROSSREFS

Cf. A109088, A109089, A109090.

Sequence in context: A120691 A111941 A126310 this_sequence A105794 A122433 A056977

Adjacent sequences: A109083 A109084 A109085 this_sequence A109087 A109088 A109089

KEYWORD

easy,nonn,tabl

AUTHOR

Nikolaus Meyberg (Nikolaus.Meyberg(AT)t-online.de), Jun 19 2005

page 1

Search completed in 0.005 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 September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research