login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109173 Recursive form of A109845 but with a(1)=1. 0
1, 3, 5, 31, 929, 863971, 746445024869, 557180175152428473492031 (list; graph; refs; listen; history; internal format)
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: A047105 A136361 A184302 * A179387 A199774 A103010

Adjacent sequences:  A109170 A109171 A109172 * A109174 A109175 A109176

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Aug 18 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.