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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027445 Numbers of form n^4 + n^3 + n^2 + n^1. 8
0, 4, 30, 120, 340, 780, 1554, 2800, 4680, 7380, 11110, 16104, 22620, 30940, 41370, 54240, 69904, 88740, 111150, 137560, 168420, 204204, 245410, 292560, 346200, 406900, 475254, 551880, 637420, 732540, 837930, 954304, 1082400 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(A047203(n)) mod 10 = 0; a(A016861(n)) mod 10 = 4. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 23 2006

LINKS

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

MATHEMATICA

lst={}; Do[AppendTo[lst, n^4+n^3+n^2+n], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 20 2008]

PROG

(MAGMA) [n^4 + n^3 + n^2 + n^1: n in [0..50]]; // Vincenzo Librandi, Jun 09 2011

CROSSREFS

Equals 2 * A071237(n).

Sequence in context: A014697 A027297 A166761 * A027789 A130424 A005715

Adjacent sequences:  A027442 A027443 A027444 * A027446 A027447 A027448

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.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 19:15 EST 2012. Contains 205852 sequences.