The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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 May 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)