Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076740
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076740 a(0)=0, a(1)=1, a(n)=2*a(n-1)^2-a(n-2)^2. +0
1
0, 1, 2, 7, 94, 17623, 621131422, 771608486480914039, 1190759312818733806192492198418844958, 2835815482129086304432303489823255992516794878843873643408264712776750007 (list; graph; listen)
OFFSET

0,3

EXAMPLE

a(2)=2*1^2-0^2=2-0=2

a(3)=2*2^2-1^2=8-1=7

a(4)=2*7^2-2^2=98-4=94

PROGRAM

(PARI) a=vector(10); a[1]=0; a[2]=1; for (i=3, 10, a[i]=2*a[i-1]^2-a[i-2]^2); a

CROSSREFS

Sequence in context: A096208 A123995 A056161 this_sequence A112290 A072059 A087589

Adjacent sequences: A076737 A076738 A076739 this_sequence A076741 A076742 A076743

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jun 19 2003

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