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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147976 k(n)=5^n-4^n-3^n-2^n-1^n. 1
-3, -5, -5, 25, 271, 1825, 10735, 59425, 318271, 1670785, 8656975, 44454625, 226827871, 1151991745, 5830280815, 29429454625, 148249811071, 745630312705, 3745590106255, 18797445635425, 94264432179871, 472428649241665 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

G.f.: x*(3-40*x+185*x^2-350*x^3+226*x^4)/((x-1)*(4*x-1)*(3*x-1)*(2*x-1)*(5*x-1)) [From Maksym Voznyy (voznyy(AT)mail.ru), Jul 26 2009]

MATHEMATICA

lst={}; Do[p=5^n-4^n-3^n-2^n-1^n; AppendTo[lst, p], {n, 0, 5!}]; lst

CROSSREFS

Sequence in context: A165235 A200771 A072624 * A019247 A165142 A186969

Adjacent sequences:  A147973 A147974 A147975 * A147977 A147978 A147979

KEYWORD

sign

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 18 2008

EXTENSIONS

G.f. proposed by Maksym Voznyy checked and corrected by R. J. Mathar, Sep 16 2009.

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 14:46 EST 2012. Contains 206047 sequences.