Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000317
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000317 a(n+1) = a(n)^2 - a(n) a(n-1) + a(n-1)^2. +0
1
1, 2, 3, 7, 37, 1159, 1301767, 1693089917617, 2866551265129451657751739, 8217116155610406522540626640615749228405055996847 (list; graph; listen)
OFFSET

1,2

REFERENCES

Emmanuel Ferrand, Deformations of the Taylor Formula, Journal of Integer Sequences, Vol. 10 (2007), Article 07.1.7.

MAPLE

A000317 := proc(n) option remember; if n <=2 then n else A000317(n-1)^2-A000317(n-1)*A000317(n-2)+A000317(n-2)^2; fi; end;

CROSSREFS

Sequence in context: A165744 A034900 A079388 this_sequence A047024 A037843 A102604

Adjacent sequences: A000314 A000315 A000316 this_sequence A000318 A000319 A000320

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research