A120840 5^(n^2)-3^(n^2).
0, 2, 544, 1933442, 152544843904, 298022376588343682, 14551915078272216509641504, 17763568393763205317547489159863042, 542101086242748783319906107922486197863801344
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..30
Programs
-
Magma
[5^(n^2) - 3^(n^2): n in [0..10]]; // Vincenzo Librandi, Feb 27 2013
-
Mathematica
Table[5^(n^2) - 3^n^2, {n, 0, 10}] (* Vincenzo Librandi, Feb 27 2013 *)
-
PARI
a(n)=5^(n^2)-3^(n^2) \\ Charles R Greathouse IV, Feb 27 2013
Formula
Extensions
Corrected by Ray Chandler, Sep 06 2006