Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000336
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000336 a(n) = a(n-1) a(n-2) a(n-3) a(n-4). +0
1
1, 2, 3, 4, 24, 576, 165888, 9172942848, 21035720123168587776, 18437563379178327736384102280592359424 (list; graph; listen)
OFFSET

1,2

MAPLE

A000336 := proc(n) option remember; if n <=4 then n else A000336(n-1)*A000336(n-2)*A000336(n-3)*A000336(n-4); fi; end;

CROSSREFS

Sequence in context: A006709 A115884 A010345 this_sequence A080613 A055006 A139050

Adjacent sequences: A000333 A000334 A000335 this_sequence A000337 A000338 A000339

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