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!)
A120767 2^(n^2)+3^n. 1
2, 5, 25, 539, 65617, 33554675, 68719477465, 562949953423499, 18446744073709558177, 2417851639229258349432035, 1267650600228229401496703264425, 2658455991569831745807614120560866299 (list; graph; refs; listen; history; text; internal format)
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
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)