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!)
A017405 (11n+1)^5. 0
1, 248832, 6436343, 45435424, 184528125, 550731776, 1350125107, 2887174368, 5584059449, 10000000000, 16850581551, 27027081632, 41615795893, 61917364224, 89466096875, 126049300576, 173726604657 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=248832, a(2)=6436343, a(3)=45435424, a(4)=184528125, a(5)=550731776, a(n)=6*a(n-1)-15*a(n-2)+20*a(n-3)-15*a(n-4)+ 6*a(n-5)- a(n-6) [From Harvey P. Dale, Apr 04 2012]
MATHEMATICA
(11Range[0, 20]+1)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1, 248832, 6436343, 45435424, 184528125, 550731776}, 20] (* Harvey P. Dale, Apr 04 2012 *)
CROSSREFS
Sequence in context: A172796 A268842 A223238 * A109691 A017525 A223326
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)