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!)
A285400 Start with a single cell at coordinates (0, 0, 0), then iteratively subdivide the grid into 3 X 3 X 3 cells and remove the cells whose sum of modulo 2 coordinates is 0 or 3; a(n) is the number of cells after n iterations. 10
1, 18, 378, 7938, 166698, 3500658, 73513818, 1543790178, 32419593738, 680811468498, 14297040838458, 300237857607618, 6304995009759978, 132404895204959538, 2780502799304150298, 58390558785387156258, 1226201734493130281418, 25750236424355735909778 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Cell configuration converges to a fractal with dimension 2.771...
LINKS
Peter Karpov, InvMem, Item 26
FORMULA
a(0) = 1, a(1) = 18, a(n) = 21*a(n-1).
G.f.: (1-3*x)/(1-21*x).
a(n) = 2 * 3^(n+1) * 7^(n-1) for n>0. - Colin Barker, Apr 23 2017
E.g.f.: (1 + 6*exp(21*x))/7. - G. C. Greubel, Dec 09 2021
MATHEMATICA
{1}~Join~LinearRecurrence[{21}, {18}, 17]
PROG
(PARI) Vec((1-3*x) / (1-21*x) + O(x^20)) \\ Colin Barker, Apr 23 2017
(Sage) [1]+[18*21^(n-1) for n in (1..40)] # G. C. Greubel, Dec 09 2021
(Magma) [1] cat [18*21^(n-1): n in [1..40]]; // G. C. Greubel, Dec 09 2021
CROSSREFS
Sequence in context: A259459 A099276 A221348 * A324431 A070943 A252888
KEYWORD
nonn,easy
AUTHOR
Peter Karpov, Apr 23 2017
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)