login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176748 a(n)=a(n-1)^3-a(n-2) with a(1)=1, a(2)=2 1
1, 2, 7, 341, 39651814, 62343213007067363340803, 242307882727623698206171607564035372782206955665032728479504584309813 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next term -- a(8) -- has 206 digits. [From Harvey P. Dale, Mar 16 2012]
LINKS
MATHEMATICA
RecurrenceTable[{a[1]==1, a[2]==2, a[n]==a[n-1]^3-a[n-2]}, a, {n, 8}] (* Harvey P. Dale, Mar 16 2012 *)
PROG
(Magma) I:=[1, 2]; [n le 2 select I[n] else Self(n-1)^3-Self(n-2): n in [1..7]]; // Vincenzo Librandi, Jul 15 2012
CROSSREFS
Sequence in context: A144787 A118910 A081505 * A262088 A110386 A260229
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 26 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 09:47 EDT 2024. Contains 371779 sequences. (Running on oeis4.)