login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001593 5^n+n^5. 7
1, 6, 57, 368, 1649, 6250, 23401, 94932, 423393, 2012174, 9865625, 48989176, 244389457, 1221074418, 6104053449, 30518337500, 152588939201, 762940872982, 3814699155193, 19073488804224, 95367434840625 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

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

MAPLE

seq(seq(k^n+n^k, k=5..5), n=0..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 29 2007

MATHEMATICA

f[n_]:=5^n+n^5; f[Range[0, 40]] (*From Vladimir Joseph Stephan Orlovsky, Feb 14 2011*)

PROG

(MAGMA) [5^n+n^5: n in [0..30]]; // Vincenzo Librandi, Oct 27 2011

CROSSREFS

Cf. A001580, A001585, A001589.

Sequence in context: A053421 A083696 A181430 * A124546 A144070 A095900

Adjacent sequences:  A001590 A001591 A001592 * A001594 A001595 A001596

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 09:30 EST 2012. Contains 206009 sequences.