|
Search: id:A060919
|
|
|
| A060919 |
|
Number of corners in a 4-sided fractal. |
|
+0 6
|
|
| 4, 8, 20, 60, 204, 748, 2860, 11180, 44204, 175788, 701100, 2800300, 11193004, 44755628, 178989740, 715893420, 2863442604, 11453508268, 45813508780, 183252986540, 733009849004, 2932035201708, 11728132418220, 46912512895660
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,200
H. Bottomley, Illustration of initial terms
|
|
FORMULA
|
a(n) =4^n/6+2^n+4/3 =(2^n+2)*(2^n+4)/6 =4*A007581(n-1) =4(a(n-1)-1)-2^n =A028400(n-1)-A002450(n-1)
|
|
PROGRAM
|
(PARI) { for (n=1, 200, write("b060919.txt", n, " ", (2^n + 2)*(2^n + 4)/6); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 14 2009]
|
|
CROSSREFS
|
Sequence in context: A009916 A123861 A115099 this_sequence A009333 A086912 A000585
Adjacent sequences: A060916 A060917 A060918 this_sequence A060920 A060921 A060922
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Apr 10 2001
|
|
|
Search completed in 0.002 seconds
|