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!)
A120799 3^(n^2)-2^n. 1
0, 1, 77, 19675, 43046705, 847288609411, 150094635296999057, 239299329230617529589955, 3433683820292512484657849089025, 443426488243037769948249630619149892291 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A120798(n)-2*A000079(n). - R. J. Mathar, May 15 2007
MATHEMATICA
Table[3^(n^2) - 2^n, {n, 0, 10}] (* Vincenzo Librandi, Feb 27 2013 *)
PROG
(Magma) [3^(n^2)-2^n: n in [0..10]]; // Vincenzo Librandi, Feb 27 2013
(PARI) a(n)=3^(n^2)-2^n \\ Charles R Greathouse IV, Feb 28 2013
CROSSREFS
Sequence in context: A046191 A115616 A226256 * A266054 A267956 A267910
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Aug 18 2006
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 24 03:00 EDT 2024. Contains 371917 sequences. (Running on oeis4.)