Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109172
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109172 Recursive form of A109845 without a(2)=3. +0
1
2, 7, 41, 1723, 2967005, 8803121637031, 77494950556354550188857929 (list; graph; listen)
OFFSET

1,1

FORMULA

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

MAPLE

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

CROSSREFS

Cf. A109845.

Sequence in context: A008934 A084871 A122942 this_sequence A131682 A038052 A066383

Adjacent sequences: A109169 A109170 A109171 this_sequence A109173 A109174 A109175

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 September 6 00:03 EDT 2008. Contains 143485 sequences.


AT&T Labs Research