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!)
A160411 Number of cells turned "ON" at n-th stage of A160117. 8
1, 8, 4, 28, 8, 52, 12, 76, 16, 100, 20, 124, 24, 148, 28, 172, 32, 196, 36, 220, 40, 244, 44, 268, 48, 292, 52, 316, 56, 340, 60, 364, 64, 388, 68, 412, 72, 436, 76, 460, 80, 484, 84, 508, 88, 532, 92, 556, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
First differences of A160117.
It appears that one of the bisections is A008574. - Omar E. Pol, Sep 20 2011
LINKS
FORMULA
G.f.: x*(x^2+1)*(4*x^3 + x^2 + 8*x + 1) / ((x-1)^2*(x+1)^2). - Colin Barker, Mar 04 2013
From Colin Barker, Apr 06 2013: (Start)
a(n) = -11 - 9*(-1)^n + (7 + 5*(-1)^n)*n for n > 2.
a(n) = 2*a(n-2) - a(n-4) for n > 6. (End)
MATHEMATICA
LinearRecurrence[{0, 2, 0, -1}, {1, 8, 4, 28, 8, 52}, 100] (* Paolo Xausa, Sep 01 2023 *)
CROSSREFS
Sequence in context: A173855 A143368 A160415 * A033473 A238163 A213773
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jun 13 2009
EXTENSIONS
a(10)-a(27) from Omar E. Pol, Mar 26 2011
More terms from Colin Barker, Apr 06 2013
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)