login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122038 a(n) = 1*3^(3*n)+2*3^(2*n)-3*3^(1*n). 0
36, 864, 21060, 544320, 14466276, 388481184, 10469912580, 282515610240, 7626372266916, 205898105486304, 5559123328143300, 150095200154477760, 4052560236745849956, 109419034885082920224, 2954313118333054841220 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

From a quiz.

LINKS

C. P. Simoes, Teste de Desempenho Mental.

FORMULA

a(n) = 3^(3*n)+2*3^(2*n)-3^(n+1) = (3^(n-1) + 1)*(3^n-1)*3^(n+1)

PROG

(PARI) for(n=1, 20, print1(3^(3*n)+2*3^(2*n)-3^(n+1), ", "))

CROSSREFS

Sequence in context: A004360 A081142 A061694 * A204101 A145150 A166790

Adjacent sequences:  A122035 A122036 A122037 * A122039 A122040 A122041

KEYWORD

nonn

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 14 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:36 EST 2012. Contains 205623 sequences.