login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146528 Sequence related to A053016(n): a(n)=2*(If[n == 0, 0, 2^(n - 1)] + 2) 0
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; internal format)
OFFSET

0,1

COMMENTS

The sequence is an extension or generalization of pattern in A053016 for Platonic solids.

FORMULA

a(n)=A140504(n), n>0. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 05 2008]

MATHEMATICA

v[n_] := 2*(If[n == 0, 0, 2^(n - 1)] + 2); Table[v[n], {n, 0, 30}]

CROSSREFS

A053016, A140504

Sequence in context: A053016 A078785 A136254 * A176777 A020153 A151760

Adjacent sequences:  A146525 A146526 A146527 * A146529 A146530 A146531

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 30 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.