Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003818
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003818 a(1)=a(2)=1, a(n+1) = (a(n)^3 +1)/a(n-1). +0
1
1, 1, 2, 9, 365, 5403014, 432130991537958813, 14935169284101525874491673463268414536523593057 (list; graph; listen)
OFFSET

1,3

FORMULA

a(n) is asymptotic to c^F(2n) where F(n) is the n-th Fibonacci's number A000045(n) and c=1.1137378757136... - Benoit Cloitre (benoit7848c(AT)orange.fr), May 31 2005

MAPLE

A003818 := proc(n) option remember; if n <= 2 then 1 else (A003818(n-1)^3+1)/A003818(n-2); fi; end;

CROSSREFS

Adjacent sequences: A003815 A003816 A003817 this_sequence A003819 A003820 A003821

Sequence in context: A013093 A013169 A012991 this_sequence A049299 A024225 A000883

KEYWORD

nonn

AUTHOR

Waldemar Pompe (pompe(AT)zodiac1.mimuw.edu.pl)

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), May 31 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 13 02:37 EDT 2008. Contains 145008 sequences.


AT&T Labs Research