login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A120767
a(n) = 2^(n^2) + 3^n.
1
2, 5, 25, 539, 65617, 33554675, 68719477465, 562949953423499, 18446744073709558177, 2417851639229258349432035, 1267650600228229401496703264425, 2658455991569831745807614120560866299, 22300745198530623141535718272648361506511857, 748288838313422294120286634350736906063837463598035
OFFSET
0,1
LINKS
MATHEMATICA
Table[2^(n^2) + 3^n, {n, 0, 20}] (* Vincenzo Librandi, Feb 27 2013 *)
PROG
(Magma) [2^(n^2) + 3^n: n in [0..15]]; // Vincenzo Librandi, Feb 27 2013
(PARI) a(n)=2^(n^2)+3^n \\ Charles R Greathouse IV, Feb 27 2013
CROSSREFS
Sequence in context: A191951 A356674 A370555 * A051771 A008318 A365324
KEYWORD
nonn,easy,changed
AUTHOR
Mohammad K. Azarian, Aug 18 2006
STATUS
approved