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!)
A120838 a(n) = 5^(n^2)+3^(n^2). 1
2, 8, 706, 1972808, 152630937346, 298024071165562568, 14551915378461487103639746, 17763568394241803976008724219043208, 542101086242755650687546692947455513561979906 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Table[5^(n^2) + 3^n^2, {n, 0, 10}] (* Vincenzo Librandi, Feb 27 2013 *)
PROG
(Magma) [5^(n^2) + 3^(n^2): n in [0..10]]; // Vincenzo Librandi, Feb 27 2013
(PARI) a(n)=5^(n^2)+3^(n^2) \\ Charles R Greathouse IV, Feb 27 2013
CROSSREFS
Sequence in context: A356202 A076985 A120802 * A282890 A004491 A132573
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Aug 18 2006
EXTENSIONS
Corrected by Ray Chandler, Sep 06 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 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)