Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A007704
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A007704 a(n+2) = (a(n) - 1)a(n+1) + 1.
(Formerly M0594)
+0
1
2, 3, 4, 9, 28, 225, 6076, 1361025, 8268226876, 11253255215681025, 93044467205527772332546876, 1047053135870867396062743192203958743681025 (list; graph; listen)
OFFSET

1,1

REFERENCES

J. L. Davison, J. O. Shallit, Continued Fractions for Some Alternating Series, Monatsh. Math., 111 (1991), 119-126.

FORMULA

a(n) = A006277(n)+1. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 27 2007

MAPLE

A007704 := proc(n) options remember; if n <= 2 then RETURN(n+1) else (A007704(n-2)-1)*A007704(n-1)+1; fi; end;

CROSSREFS

Sequence in context: A001144 A121253 A014118 this_sequence A059972 A086432 A076018

Adjacent sequences: A007701 A007702 A007703 this_sequence A007705 A007706 A007707

KEYWORD

nonn,easy

AUTHOR

njas, Jeffrey Shallit

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