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!)
A016963 a(n) = (6*n + 4)^7. 6
16384, 10000000, 268435456, 2494357888, 13492928512, 52523350144, 163840000000, 435817657216, 1028071702528, 2207984167552, 4398046511104, 8235430000000, 14645194571776, 24928547056768, 40867559636992, 64847759419264, 100000000000000, 150363025899136, 221068140740608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Amiram Eldar, Mar 31 2022: (Start)
a(n) = A016957(n)^7.
a(n) = 2^7*A016795(n).
Sum_{n>=0} 1/a(n) = 1093*zeta(7)/279936 - 7*Pi^7/(3149280*sqrt(3)). (End)
MATHEMATICA
(6*Range[0, 20]+4)^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {16384, 10000000, 268435456, 2494357888, 13492928512, 52523350144, 163840000000, 435817657216}, 20] (* Harvey P. Dale, Mar 03 2018 *)
PROG
(Magma) [(6*n+4)^7: n in [0..20]]; // Vincenzo Librandi, May 07 2011
CROSSREFS
Subsequence of A001015.
Sequence in context: A010802 A236222 A269207 * A224396 A224029 A224286
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)