The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016747 a(n) = (2*n)^7. 2
0, 128, 16384, 279936, 2097152, 10000000, 35831808, 105413504, 268435456, 612220032, 1280000000, 2494357888, 4586471424, 8031810176, 13492928512, 21870000000, 34359738368, 52523350144, 78364164096, 114415582592, 163840000000, 230539333248, 319277809664, 435817657216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
O.g.f.: 128*x*(1 + 120*x + 1191*x^2 + 2416*x^3 + 1191*x^4 + 120*x^5 + x^6)/(1-x)^8. - R. J. Mathar, May 07 2008
From Amiram Eldar, Oct 10 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(7)/128.
Sum_{n>=1} (-1)^(n+1)/a(n) = 63*zeta(7)/8192. (End)
MAPLE
A016747:=n->(2*n)^7: seq(A016747(n), n=0..40); # Wesley Ivan Hurt, Sep 15 2018
MATHEMATICA
(2*Range[0, 20])^7 (* Harvey P. Dale, Jan 17 2011 *)
PROG
(Magma) [(2*n)^7: n in [0..30]]; // Vincenzo Librandi, Sep 05 2011
(PARI) vector(30, n, n--; (2*n)^7) \\ G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016759.
Sequence in context: A228985 A282315 A093532 * A189269 A223674 A189622
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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)