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!)
A176782 a(n)=a(n-1)^3-2*a(n-2) with a(1)=1, a(2)=2. 1
1, 2, 6, 212, 9528116, 865009958745459864472, 647236979404329414852005811109907426259024826523626405446225816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
RecurrenceTable[{a[1]==1, a[2]==2, a[n]==a[n-1]^3-2*a[n-2]}, a, {n, 10}] (* Vincenzo Librandi, Jul 15 2012 *)
PROG
(Magma) I:=[1, 2]; [n le 2 select I[n] else Self(n-1)^3-2*Self(n-2): n in [1..7]]; // Vincenzo Librandi, Jul 15 2012
CROSSREFS
Sequence in context: A285102 A285101 A361086 * A357191 A013083 A110387
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)