Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000308
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000308 a(n)=a(n-1)*a(n-2)*a(n-3) with a(1)=1, a(2)=2 and a(3)=3. +0
2
1, 2, 3, 6, 36, 648, 139968, 3265173504, 296148833645101056, 135345882205792807436868315512832, 130876399105969522361889021452224949874232743897657526714368 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) =2^A001590(n-2)*3^A000073(n-1). - Henry Bottomley (se16(AT)btinternet.com), Jul 16 2001

EXAMPLE

a(6)=36*6*3=648.

MAPLE

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

CROSSREFS

Cf. A000304, A063401.

Sequence in context: A033689 A018324 A129379 this_sequence A018340 A018354 A124045

Adjacent sequences: A000305 A000306 A000307 this_sequence A000309 A000310 A000311

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 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research