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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016840 (4n+3)^4. 0
81, 2401, 14641, 50625, 130321, 279841, 531441, 923521, 1500625, 2313441, 3418801, 4879681, 6765201, 9150625, 12117361, 15752961, 20151121, 25411681, 31640625, 38950081, 47458321, 57289761 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

a(0)=81, a(1)=2401, a(2)=14641, a(3)=50625, a(4)=130321, a(n)=5*a(n-1)- 10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5) [From Harvey P. Dale, Dec 08 2011]

MATHEMATICA

(4*Range[0, 30]+3)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {81, 2401, 14641, 50625, 130321}, 30] (* From Harvey P. Dale, Dec 08 2011 *)

CROSSREFS

Sequence in context: A205978 A037211 A038676 * A128832 A085877 A123219

Adjacent sequences:  A016837 A016838 A016839 * A016841 A016842 A016843

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 14 13:08 EST 2012. Contains 205623 sequences.