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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099175 a(1) = 1, a(2) = 8; for n > 2: a(n) = a(n-1)*(3*a(n-1)-2). 1
1, 8, 176, 92576, 25710762176, 1983129874961075240576, 11798412302889389755255045998938726679954176, 417607598606915139792416465578985202696175989567316713156694229302007260054247019608576 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

n*(3n-2) is the n-th octogonal number.

MATHEMATICA

Join[{1}, NestList[ #*(3*# - 2) &, 8, 7]]

CROSSREFS

Sequence in context: A024109 A027464 A064342 * A000839 A001596 A159326

Adjacent sequences:  A099172 A099173 A099174 * A099176 A099177 A099178

KEYWORD

nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Nov 15 2004

EXTENSIONS

Edited by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jul 25 2007

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 02:51 EST 2012. Contains 205860 sequences.