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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152256 Powers of 3 sequence:a(n)=(3^n - 1)*(3^n + 1)*(3^n + 1)/32. 0
0, 1, 25, 637, 16810, 450241, 12123475, 327035437, 8827268020, 238312027681, 6434206838125, 173721623357437, 4690466178937630, 126642427965100321, 3419344125259375975, 92322278513810982637, 2492701404059145489640 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=(3^n - 1)*(3^n + 1)*(3^n + 1)/32.

MATHEMATICA

Clear[a, n];

a[n_] := (3^n - 1)*(3^n + 1)*(3^n + 1)/32

Table[a[n], {n, 0, 30}]

CROSSREFS

Sequence in context: A009969 A042202 A203341 * A153111 A097194 A180811

Adjacent sequences:  A152253 A152254 A152255 * A152257 A152258 A152259

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 01 2008

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 16 20:38 EST 2012. Contains 205962 sequences.