login
This site is supported by donations 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; internal format)
OFFSET

0,2

COMMENTS

1^4+4^1=5, 2^5+5^2=57, ...

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..300

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

Cf. A046065, A051442, A007925, A051489, A153217, A076980

Sequence in context: A139260 A114466 A155642 * A009480 A009481 A086060

Adjacent sequences:  A155536 A155537 A155538 * A155540 A155541 A155542

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 23 2009

EXTENSIONS

Offset corrected by Arkadiusz Wesolowski, Aug 24 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:45 EST 2012. Contains 205860 sequences.