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!)
A001593 a(n) = 5^n + n^5. 9
1, 6, 57, 368, 1649, 6250, 23401, 94932, 423393, 2012174, 9865625, 48989176, 244389457, 1221074418, 6104053449, 30518337500, 152588939201, 762940872982, 3814699155193, 19073488804224, 95367434840625, 476837162287226, 2384185796169257, 11920928961514468 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(24) is prime; a(1036) and a(104824) are probable primes (3-PRP). - David Radcliffe, Dec 23 2016
LINKS
FORMULA
G.f.: (4*x^6+135*x^5+289*x^4+84*x^3-36*x^2+5*x-1) / ((x-1)^6*(5*x-1)). - Colin Barker, May 07 2013
MAPLE
seq(seq(k^n+n^k, k=5..5), n=0..20); # Zerinvary Lajos, Jun 29 2007
MATHEMATICA
f[n_]:=5^n+n^5; f[Range[0, 40]] (* Vladimir Joseph Stephan Orlovsky, Feb 14 2011 *)
LinearRecurrence[{11, -45, 95, -115, 81, -31, 5}, {1, 6, 57, 368, 1649, 6250, 23401}, 30] (* Harvey P. Dale, Jan 15 2018 *)
PROG
(Magma) [5^n+n^5: n in [0..30]]; // Vincenzo Librandi, Oct 27 2011
(PARI) a(n)=5^n+n^5 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A281557 A227813 A221575 * A261740 A296027 A229280
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, May 07 2013
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 16 18:12 EDT 2024. Contains 371750 sequences. (Running on oeis4.)