[go: up one dir, main page]

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”).

A120802
5^(n^2)+3^n.
1
2, 8, 634, 1953152, 152587890706, 298023223876953368, 14551915228366851806641354, 17763568394002504646778106689455312, 542101086242752217003726400434970855712897186
OFFSET
0,1
LINKS
FORMULA
a(n) = A120830(n)+A008776(n). - R. J. Mathar, Apr 24 2007
MATHEMATICA
Table[5^(n^2) + 3^n, {n, 0, 15}] (* Vincenzo Librandi, Feb 27 2013 *)
PROG
(Magma) [5^(n^2) + 3^n: n in [0..15]]; // Vincenzo Librandi, Feb 27 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Aug 18 2006
EXTENSIONS
Corrected by Ray Chandler, Sep 06 2006
STATUS
approved