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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165624 3^(3^n)/(3^n)^3. 0
3, 1, 27, 387420489, 834385168331080533771857328695283, 6076396096647706909168138770838836135530328017648434830996201971201776350890241322455818405320466786549738961 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

a(n) = 3^A107583(n). [R. J. Mathar, Oct 07 2009]

EXAMPLE

a(n=0) = 3^1/1^3 =3. a(n=1)=3^3/3^3=1. a(n=2)=3^9/9^3 = 27.

MATHEMATICA

lst={}; Do[i=3^n/n^3; If[IntegerQ[i], AppendTo[lst, n]], {n, 6!}]; lst

CROSSREFS

Cf. A007758, A165623

Sequence in context: A113099 A027495 A138545 * A188110 A120066 A046979

Adjacent sequences:  A165621 A165622 A165623 * A165625 A165626 A165627

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 22 2009

EXTENSIONS

Definition simplified by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 07 2009

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 15 17:13 EST 2012. Contains 205828 sequences.