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!)
A017416 (11n+2)^4. 0
16, 28561, 331776, 1500625, 4477456, 10556001, 21381376, 38950081, 65610000, 104060401, 157351936, 228886641, 322417936, 442050625, 592240896, 777796321, 1003875856, 1275989841, 1600000000, 1982119441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=16, a(1)=28561, a(2)=331776, a(3)=1500625, a(4)=4477456, 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, Jun 05 2012
MATHEMATICA
(11Range[0, 20]+2)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {16, 28561, 331776, 1500625, 4477456}, 20] (* Harvey P. Dale, Jun 05 2012 *)
CROSSREFS
Sequence in context: A308309 A159427 A340590 * A265618 A087518 A249971
KEYWORD
nonn,easy
AUTHOR
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)