Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064268
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064268 a(n)=(a(n-1)*a(n-6)+2*a(n-3)*a(n-4))/a(n-7). Somos-7 variation. +0
1
1, 1, 1, 1, 1, 1, 1, 3, 5, 7, 13, 43, 113, 521, 1241, 3681, 23657, 177721, 679505, 4674203, 27273277, 275517767, 3496390229, 37043734803, 226196947873, 4391322667601, 81041508965617, 1433151398896001, 25397505914206225 (list; graph; listen)
OFFSET

1,8

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

Index entries for two-way infinite sequences

PROGRAM

(PARI) a(n)=if(n<0, a(6-n), if(n<7, 1, (a(n-1)*a(n-6)+2*a(n-3)*a(n-4))/a(n-7)))

(PARI) { a7=a6=a5=a4=a3=a2=a1=a=1; for (n=1, 100, if (n>7, a=(a1*a6 + 2*a3*a4)/a7; a7=a6; a6=a5; a5=a4; a4=a3; a3=a2; a2=a1; a1=a); write("b064268.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 10 2009]

CROSSREFS

Cf. A006723.

Sequence in context: A057187 A163080 A141414 this_sequence A118743 A114980 A024372

Adjacent sequences: A064265 A064266 A064267 this_sequence A064269 A064270 A064271

KEYWORD

nonn,easy

AUTHOR

Michael Somos, Sep 24, 2001

page 1

Search completed in 0.003 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 November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research