Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109173
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109173 Recursive form of A109845 but with a(1)=1. +0
1
1, 3, 5, 31, 929, 863971, 746445024869, 557180175152428473492031 (list; graph; listen)
OFFSET

1,2

FORMULA

a(1) = 1, a(n)=a(n-1)^2+(-1)^n*a(n-1)+(-1)^n

MAPLE

a := proc(n) option remember; if n=1 then 1 else a(n-1)^2+(-1)^n*a(n-1)+(-1)^n fi end:

CROSSREFS

Cf. A109845.

Sequence in context: A106893 A047105 A136361 this_sequence A103010 A068111 A052468

Adjacent sequences: A109170 A109171 A109172 this_sequence A109174 A109175 A109176

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Aug 18 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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research