Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,3

MAPLE

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

CROSSREFS

Adjacent sequences: A003817 A003818 A003819 this_sequence A003821 A003822 A003823

Sequence in context: A034173 A132519 A117969 this_sequence A112980 A109336 A098869

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 October 13 02:37 EDT 2008. Contains 145008 sequences.


AT&T Labs Research