Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102276
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102276 Sequence defined by recursion derived from a genus 2 curve. +0
1
1, 1, 1, 1, 1, 1, 2, 3, 4, 8, 17, 50, 107, 239, 1103, 3775, 14463, 55283, 256666, 2059753, 9820288, 55075036, 503857819, 4083736906, 44590046729, 335845998321, 3581731774609, 68868876045617, 782035904796497, 11680434156713849 (list; graph; listen)
OFFSET

0,7

LINKS

A. J. van der Poorten, Curves of Genus 2, Continued Fractions, and Somos Sequences, J. Integer Seqs., 8 (2005), #05.3.4.

FORMULA

a(n)=(a(n-1)a(n-5)+a(n-3)^2)/a(n-6). a(0)=...=a(5)=1. a(n)=a(5-n).

PROGRAM

(PARI) a(n)=local(an); if(n<0, a(5-n), n++; an=vector(n, i, 1); for(k=7, n, an[k]=(an[k-1]*an[k-5]+an[k-3]^2)/an[k-6]); an[n])

CROSSREFS

Cf. A006720, A006722.

Sequence in context: A122774 A118841 A126294 this_sequence A105055 A108506 A129284

Adjacent sequences: A102273 A102274 A102275 this_sequence A102277 A102278 A102279

KEYWORD

nonn

AUTHOR

Michael Somos, Jan 02 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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research