Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094301
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094301 a(0)=0, a(1)=1, a(2)=2; for n>2, a(n) = a(n-1) - a(n-2) + a(n-3)^2. +0
1
0, 1, 2, 1, 0, 3, 4, 1, 6, 21, 16, 31, 456, 681, 1186, 208441, 671016, 1869171, 43448848636, 493709451721, 3944060830326, 1887802451244390439101, 245636825165950759470616, 15799364856026522930297791 (list; graph; listen)
OFFSET

0,3

PROGRAM

(Perl) -e '@a=(0, 1, 2); for (3..20){ $a[$_] = $a[$_-1] - $a[$_-2] + $a[$_-3]**2; print "$a[$_], "; }'

(PARI) print1(c=0, ", ", b=1, ", "a=2, ", "); for(n=1, 21, print1(d=a-b+c^2, ", "); c=b; b=a; a=d) - Klaus Brockhaus

CROSSREFS

Sequence in context: A124030 A166040 A106378 this_sequence A135488 A099493 A088523

Adjacent sequences: A094298 A094299 A094300 this_sequence A094302 A094303 A094304

KEYWORD

easy,nonn

AUTHOR

Gamo (gamo(AT)telecable.es), Nov 13 2004

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 14 2004

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 December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research