Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065597
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065597 a(0)=0, a(1)=1, a(2)=1; for n>=3, a(n) = 2*a(n-1)*a(n-2)-a(n-3). +0
2
0, 1, 1, 2, 3, 11, 64, 1405, 179829, 505319426, 181742174114903, 183675702207469683831527, 66763242902534057178758511601478574336, 24525571043541618855545577854946122156632189794267317765667241 (list; graph; listen)
OFFSET

0,4

REFERENCES

F. Axel et al., Vibrational modes in a one dimensional "quasi-alloy": the Morse case, J. de Physique, Colloq. C3, Supp. to No. 7, Vol. 47 (Jul 1986), pp. C3-181-C3-186; see Eq. (10).

MAPLE

A065597 := proc(n) option remember; if n <= 1 then n else 2*A065597(n-1)*A065597(n-2)-A065597(n-3); fi; end;

CROSSREFS

Cf. A065598.

Sequence in context: A110482 A105217 A066046 this_sequence A001052 A109132 A008510

Adjacent sequences: A065594 A065595 A065596 this_sequence A065598 A065599 A065600

KEYWORD

nonn,easy

AUTHOR

njas, Dec 01 2001

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 8 15:51 EDT 2008. Contains 142751 sequences.


AT&T Labs Research