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!)
A146528 a(0) = 4; for n >= 1, a(n) = 2^n + 4. 1
4, 6, 8, 12, 20, 36, 68, 132, 260, 516, 1028, 2052, 4100, 8196, 16388, 32772, 65540, 131076, 262148, 524292, 1048580, 2097156, 4194308, 8388612, 16777220, 33554436, 67108868, 134217732, 268435460, 536870916, 1073741828 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is one of many possible ways to extend the Platonic solids sequence A053016.
LINKS
FORMULA
a(n)=A140504(n), n>0. [From R. J. Mathar, Nov 05 2008]
MATHEMATICA
v[n_] := 2*(If[n == 0, 0, 2^(n - 1)] + 2); Table[v[n], {n, 0, 30}]
CROSSREFS
Sequence in context: A308875 A323059 A136254 * A345016 A216051 A176777
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Oct 30 2008
EXTENSIONS
Edited by N. J. A. Sloane, Mar 21 2021
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)