Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141522
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141522 a(n)=a(n-1)*a(n-2)+a(n-1)*a(n-3). +0
1
0, 1, 1, 1, 2, 4, 12, 72, 1152, 96768, 118444032, 11598039613440, 1374840894208868352000, 15945621994910596019667697926144000, 21922693387137438627357958684974264478793362424463360000 (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( second kind)

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

for k=4:n

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

end

y=fz(n);

CROSSREFS

Sequence in context: A078919 A085864 A060935 this_sequence A114903 A038054 A003180

Adjacent sequences: A141519 A141520 A141521 this_sequence A141523 A141524 A141525

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 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research