Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003819
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003819 a(1)=a(2)=1, a(n+1) = (a(n)^4 +1)/a(n-1). +0
1
1, 1, 2, 17, 41761, 178910008847318626, 24533960352822051755918055684179592096697004630540952679692131057 (list; graph; listen)
OFFSET

1,3

MAPLE

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

CROSSREFS

Sequence in context: A060353 A002814 A122207 this_sequence A112969 A077452 A113918

Adjacent sequences: A003816 A003817 A003818 this_sequence A003820 A003821 A003822

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 September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research