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!)
A120798 3^(n^2)+2^n. 3
2, 5, 85, 19691, 43046737, 847288609475, 150094635296999185, 239299329230617529590211, 3433683820292512484657849089537, 443426488243037769948249630619149893315 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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..15]]; // Vincenzo Librandi, Feb 27 2013
(PARI) a(n)=3^(n^2)+2^n \\ Charles R Greathouse IV, Feb 27 2013
CROSSREFS
Sequence in context: A290952 A201113 A309089 * A048187 A082431 A023272
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.)