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!)
A093898 Triangle read by rows: T(n,r) = n^r + r^n (1 <= r <= n). 2
2, 3, 8, 4, 17, 54, 5, 32, 145, 512, 6, 57, 368, 1649, 6250, 7, 100, 945, 5392, 23401, 93312, 8, 177, 2530, 18785, 94932, 397585, 1647086, 9, 320, 7073, 69632, 423393, 1941760, 7861953, 33554432, 10, 593, 20412, 268705, 2012174, 10609137, 45136576 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2,
3, 8,
4, 17, 54,
5, 32, 145, 512,
6, 57, 368, 1649, 6250,
7, 100, 945, 5392, 23401, 93312,
MAPLE
T:=(n, r)->n^r+r^n: for n from 1 to 10 do seq(T(n, r), r=1..n) od; # yields sequence in triangular form # Emeric Deutsch, Feb 04 2006
MATHEMATICA
Flatten[Table[n^r+r^n, {n, 10}, {r, n}]] (* Harvey P. Dale, Jun 19 2011 *)
CROSSREFS
Same information as A055652. - Franklin T. Adams-Watters, Oct 26 2009
Sequence in context: A098514 A161198 A195232 * A194931 A195248 A229870
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Apr 23 2004
EXTENSIONS
More terms from Emeric Deutsch, Feb 04 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)