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!)
A016949 a(n) = (6*n + 3)^5. 8
243, 59049, 759375, 4084101, 14348907, 39135393, 90224199, 184528125, 345025251, 601692057, 992436543, 1564031349, 2373046875, 3486784401, 4984209207, 6956883693, 9509900499, 12762815625, 16850581551, 21924480357, 28153056843, 35723051649, 44840334375, 55730836701 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016945(n)^5.
a(n) = 3^5*A016757(n).
Sum_{n>=0} 1/a(n) = 31*zeta(5)/7776.
Sum_{n>=0} (-1)^n/a(n) = 5*Pi^5/373248. (End)
MATHEMATICA
a[n_] := (6*n + 3)^5; Array[a, 50, 0] (* Amiram Eldar, Mar 30 2022 *)
PROG
(Magma) [(6*n+3)^5: n in [0..50]]; // Vincenzo Librandi, May 05 2011
CROSSREFS
Subsequence of A000584.
Sequence in context: A223554 A222442 A228975 * A223792 A223978 A223573
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 26 18:59 EDT 2024. Contains 372004 sequences. (Running on oeis4.)