Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003821
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003821 a(1)=a(2)=1, a(n+1) = (a(n)^6 +1)/a(n-1). +0
1
1, 1, 2, 65, 37709445313, 44237187584945316063023352626539792098172619389908174093304834 (list; graph; listen)
OFFSET

1,3

MAPLE

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

CROSSREFS

Sequence in context: A003358 A041511 A002604 this_sequence A055765 A098089 A075809

Adjacent sequences: A003818 A003819 A003820 this_sequence A003822 A003823 A003824

KEYWORD

nonn

AUTHOR

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

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research