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!)
A155539 a(n) = n^(n+3) + (n+3)^n. 2
1, 5, 57, 945, 18785, 423393, 10609137, 292475249, 8804293473, 287589316833, 10137858491849, 383799398752905, 15536767912476993, 669920208810550337, 30659724555890596833, 1484638520651877849057, 75846305139481944586817 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
1^4 + 4^1 = 5, 2^5 + 5^2 = 57, ...
LINKS
MATHEMATICA
lst={}; Do[m=n+3; q=n^m+m^n; AppendTo[lst, q], {n, 0, 4!}]; lst
PROG
(Magma) [n^(n+3)+(n+3)^n: n in [0..20] ]; // Vincenzo Librandi, Aug 25 2011
CROSSREFS
Sequence in context: A333091 A223382 A336286 * A285067 A234293 A244288
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Arkadiusz Wesolowski, Aug 24 2011
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 5 06:40 EDT 2024. Contains 372257 sequences. (Running on oeis4.)