Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141520
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141520 a(n)=a(n-1)*a(n-2)+a(n-2)*a(n-3). +0
1
0, 1, 1, 1, 2, 3, 8, 30, 264, 8160, 2162160, 17645379840, 38152152118080000, 673209215875134265982054400, 25684380411361480419900838705211915059200000 (list; graph; listen)
OFFSET

1,5

REFERENCES

Martin Gardner, Mathematical Circus,Randon House, New York, 1981,p 165

http://math.fullerton.edu/mathews/software/Matlab2004.zip

PROGRAM

MatLab program:

function y=fib(n)

%Generates running geometric numbers

fz(1)=0; fz(2)=1; fz(3)=1;

for k=4:n

fz(k)=fz(k-2)*(fz(k-1)+fz(k-3));

end

y=fz(n);

CROSSREFS

Sequence in context: A054104 A053556 A001048 this_sequence A072042 A162074 A162052

Adjacent sequences: A141517 A141518 A141519 this_sequence A141521 A141522 A141523

KEYWORD

nonn

AUTHOR

Matt Wynne (matwyn(AT)verizon.net), Aug 11 2008

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