Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064526
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064526 Define a pair of sequences by p(0)=0, q(0)=p(1)=q(1)=1, q(n+1)=p(n)*q(n-1), p(n+1)=q(n+1)+q(n) for n>0; sequence give p(n); A064183 gives q(n). +0
9
0, 1, 2, 3, 5, 13, 49, 529, 21121, 10369921, 213952189441, 2214253468601687041, 473721461635593679669210030081, 1048939288228833101089604217183056027094304481281 (list; graph; listen)
OFFSET

0,3

COMMENT

Every nonzero term is relatively prime to all others.

REFERENCES

M. Somos and R. Haas, A linked pair of sequences implies the primes are infinite, Amer. Math. Monthly, 110 (No. 6, 2003), 539-540.

FORMULA

a(n)=(a(n-1)^2+a(n-2)^2-a(n-1)*a(n-2)*(1+a(n-2)))/(1-a(n-2)).

PROGRAM

(PARI) a(n)=local(v); if(n<3, max(0, n), v=[1, 1]; for(k=3, n, v=[v[2], v[1]*(v[1]+v[2])]); v[1]+v[2])

(PARI) a(n)=if(n<4, max(0, n), (a(n-1)^2+a(n-2)^2-a(n-1)*a(n-2)*(1+a(n-2)))/(1-a(n-2)))

CROSSREFS

Cf. A001685, A003686.

Sequence in context: A012899 A110364 A111288 this_sequence A103594 A042695 A074394

Adjacent sequences: A064523 A064524 A064525 this_sequence A064527 A064528 A064529

KEYWORD

nonn,easy

AUTHOR

Michael Somos, Oct 07, 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research