login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003820 a(1)=a(2)=1, a(n+1) = (a(n)^5 +1)/a(n-1). 1
1, 1, 2, 33, 19567697, 86932993422012266622767255572927826 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
A003820 := proc(n) option remember; if n <= 2 then 1 else (A003820(n-1)^5+1)/A003820(n-2); fi; end;
CROSSREFS
Sequence in context: A034173 A132519 A117969 * A112980 A109336 A180342
KEYWORD
nonn
AUTHOR
Waldemar Pompe (pompe(AT)zodiac1.mimuw.edu.pl)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 10 20:32 EDT 2024. Contains 374214 sequences. (Running on oeis4.)