|
Search: id:A001999
|
|
|
| A001999 |
|
a(n+1) = a(n)(a(n)^2 - 3). (Formerly M3055 N1239)
|
|
+0 4
|
|
| 3, 18, 5778, 192900153618, 7177905237579946589743592924684178, 369822356418414944143680173221426891716916679027557977938929258031490127514207143830378340325399155218
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
REFERENCES
|
E. B. Escott, Rapid method for extracting a square root, Amer. Math. Monthly, 44 (1937), 644-646.
|
|
LINKS
|
A. V. Aho and N. J. A. Sloane, Some doubly exponential sequences, Fib. Quart., 11 (1973), 429-437.
Index entries for sequences of form a(n+1)=a(n)^2 + ...
Eric Weisstein's World of Mathematics, Pierce Expansion
|
|
FORMULA
|
a(n) = 2*F(2*3^n+1)-F(2*3^n) = ceiling(tau^(2*3^n)) where F(k)=A000045(k) is the k-th Fibonacci number and tau is the golden ratio. - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 29 2002
|
|
PROGRAM
|
(PARI) a(n)=2*fibonacci(2*3^n+1)-fibonacci(2*3^n)
|
|
CROSSREFS
|
Cf. A006276.
Sequence in context: A131489 A069854 A057133 this_sequence A101293 A078096 A139429
Adjacent sequences: A001996 A001997 A001998 this_sequence A002000 A002001 A002002
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|