Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048634
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048634 a(n)=a(n-1)*a(n-3)+a(n-2). +0
1
0, 0, 1, 0, 1, 1, 1, 2, 3, 5, 13, 44, 233, 3073, 135445, 31561758, 96989417779, 13136731722638413, 414618347540933702027833, 40213592128486236142855326045681320, 528275171395527518169753769210241662354568290572993 (list; graph; listen)
OFFSET

0,8

MAPLE

A048634 := proc(n) option remember; if n<=1 then 0 elif n=2 then 1 else A048634(n-1)*A048634(n-3)+A048634(n-2); fi; end;

CROSSREFS

Sequence in context: A000756 A093999 A042445 this_sequence A012899 A110364 A111288

Adjacent sequences: A048631 A048632 A048633 this_sequence A048635 A048636 A048637

KEYWORD

nonn,easy

AUTHOR

njas, David(AT)interface.co.uk

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 July 19 08:04 EDT 2008. Contains 142098 sequences.


AT&T Labs Research