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!)
A060919 Number of corners in a 4-sided fractal. 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; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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).
a(n) = 7*a(n-1)-14*a(n-2)+8*a(n-3). G.f.: -4*x*(5*x^2-5*x+1) / ((x-1)*(2*x-1)*(4*x-1)). [Colin Barker, Nov 28 2012]
MATHEMATICA
LinearRecurrence[{7, -14, 8}, {4, 8, 20}, 30] (* Harvey P. Dale, Sep 01 2023 *)
PROG
(PARI) { for (n=1, 200, write("b060919.txt", n, " ", (2^n + 2)*(2^n + 4)/6); ) } \\ Harry J. Smith, Jul 14 2009
CROSSREFS
Sequence in context: A357287 A371596 A115099 * A009333 A187010 A240149
KEYWORD
nonn,easy
AUTHOR
Henry Bottomley, Apr 10 2001
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)