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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001589 4^n+n^4. 8
1, 5, 32, 145, 512, 1649, 5392, 18785, 69632, 268705, 1058576, 4208945, 16797952, 67137425, 268473872, 1073792449, 4295032832, 17179952705, 68719581712, 274878037265, 1099511787776, 4398046705585, 17592186278672 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) is prime iff n=1. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 24 2009]

REFERENCES

Notes, Mathematical Intelligencer 2(2) (1980), p.66. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 24 2009]

LINKS

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

Index to sequences with linear recurrences with constant coefficients, signature (9,-30,50,-45,21,-4).

MAPLE

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

MATHEMATICA

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

PROG

(PARI) a(n)=1<<(n+n)+n^4

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

CROSSREFS

Cf. A001580, A001585.

Sequence in context: A184536 A089574 A077207 * A177467 A193783 A006214

Adjacent sequences:  A001586 A001587 A001588 * A001590 A001591 A001592

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 15 05:45 EST 2012. Contains 205694 sequences.