|
| |
|
|
A003487
|
|
a(n) = a(n-1)^2 - 2.
(Formerly M3926)
|
|
3
| | |
|
|
|
OFFSET
| 0,1
|
|
|
REFERENCES
| N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| Index entries for sequences of form a(n+1)=a(n)^2 + ...
|
|
|
FORMULA
| a(n) = ceiling(c^(2^n)) where c=(5+sqrt(21))/20 is the largest root of x^2-5x+1=0. - Benoit Cloitre, Dec 03, 2002
a(n) = 2*T(2^n,5/2) where T(n,x) is the Chebyshev polynomial of the first kind. [From Leonid Bedratyuk (leonid.uk(AT)gmail.com), Mar 17 2011]
|
|
|
MAPLE
| a:= n-> simplify (2*ChebyshevT(2^n, 1/2*5), 'ChebyshevT'):
seq (a(n), n=0..7);
|
|
|
CROSSREFS
| Cf. A001566 (starting with 3), A003010 (starting with 4), A003423 (starting with 6).
Sequence in context: A018899 A080990 A172036 * A055490 A002811 A177134
Adjacent sequences: A003484 A003485 A003486 * A003488 A003489 A003490
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|