Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092264
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092264 a(n)*a(n-5) = a(n-1)*a(n-4)+a(n-2)+a(n-3), with initial terms a(1) = ... = a(5) = 1. +0
1
1, 1, 1, 1, 1, 3, 5, 9, 17, 65, 117, 227, 449, 1737, 3137, 6105, 12097, 46819, 84565, 164593, 326161, 1262361, 2280101, 4437891, 8794241, 34036913, 61478145, 119658449, 237118337, 917734275, 1657629797, 3226340217, 6393400849 (list; graph; listen)
OFFSET

1,6

MAPLE

R := proc(n) option remember; if n<5 then 1 else RETURN((R(n-1)*R(n-4)+R(n-2)+R(n-3))/R(n-5)); fi; end;

CROSSREFS

Sequence in context: A003217 A006723 A096390 this_sequence A135729 A118330 A062221

Adjacent sequences: A092261 A092262 A092263 this_sequence A092265 A092266 A092267

KEYWORD

nonn

AUTHOR

Paul Heideman (ppheideman(AT)wisc.edu), Feb 19 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research