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!)
A016829 a(n) = (4n+2)^5. 1
32, 7776, 100000, 537824, 1889568, 5153632, 11881376, 24300000, 45435424, 79235168, 130691232, 205962976, 312500000, 459165024, 656356768, 916132832, 1252332576, 1680700000, 2219006624, 2887174368, 3707398432, 4704270176, 5904900000, 7339040224, 9039207968, 11040808032 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Harvey P. Dale, Aug 31 2011: (Start)
a(0)=32, a(1)=7776, a(2)=100000, a(3)=537824, a(4)=1889568, a(5)=5153632, 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).
G.f.: (32*(x+1)*(x*(x*(x*(x+236)+1446)+236)+1))/(x-1)^6. (End)
From Amiram Eldar, Apr 21 2023: (Start)
a(n) = A016825(n)^5.
a(n) = 2^5*A016757(n).
Sum_{n>=0} 1/a(n) = 31*zeta(5)/1024.
Sum_{n>=0} (-1)^n/a(n) = 5*Pi^5/49152. (End)
MATHEMATICA
(4Range[0, 20]+2)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {32, 7776, 100000, 537824, 1889568, 5153632}, 20] (* Harvey P. Dale, Aug 31 2011 *)
CROSSREFS
Sequence in context: A283922 A224100 A224107 * A248720 A069052 A334604
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 30 19:58 EDT 2024. Contains 372141 sequences. (Running on oeis4.)