cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A013730 a(n) = 2^(3*n+1).

Original entry on oeis.org

2, 16, 128, 1024, 8192, 65536, 524288, 4194304, 33554432, 268435456, 2147483648, 17179869184, 137438953472, 1099511627776, 8796093022208, 70368744177664, 562949953421312, 4503599627370496, 36028797018963968, 288230376151711744, 2305843009213693952, 18446744073709551616
Offset: 0

Views

Author

Keywords

Comments

1/2 + 1/16 + 1/128 + 1/1024 + ... = 4/7. - Gary W. Adamson, Aug 29 2008

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 8*a(n-1), n > 0; a(0)=2.
G.f.: 2/(1-8x). (End)
a(n) = A157176(A016921(n)) = A157176(A016933(n)). - Reinhard Zumkeller, Feb 24 2009
From Amiram Eldar, May 08 2023: (Start)
Sum_{n>=0} (-1)^n/a(n) = 4/9.
Product_{n>=0} (1 - 1/a(n)) = A132024. (End)
E.g.f.: 2*exp(8*x). - Stefano Spezia, May 29 2024