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!)
A166556 Triangle read by rows, A000012 * A047999 2
1, 2, 1, 3, 1, 1, 4, 2, 2, 1, 5, 2, 2, 1, 1, 6, 3, 2, 1, 2, 1, 7, 3, 3, 1, 3, 1, 1, 8, 4, 4, 2, 4, 2, 2, 1, 9, 4, 4, 2, 4, 2, 2, 1, 1, 10, 5, 4, 2, 4, 2, 2, 1, 2, 1, 11, 5, 5, 2, 4, 2, 2, 1, 3, 1, 1, 12, 6, 6, 3, 4, 2, 2, 1, 4, 2, 2, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Triangle read by rows, A000012 * A047999; where A000012 = an infinite lower triangular matrix with all 1's: [1; 1,1; 1,1,1;..]; and A047999 = Sierpinski's gasket.
The operation takes partial sums of Sierpinski's gasket terms, by columns.
EXAMPLE
First few rows of the triangle =
.1;
.2, 1;
.3, 1, 1;
.4, 2, 2, 1;
.5, 2, 2, 1, 1;
.6, 3, 2, 1, 2, 1;
.7, 3, 3, 1, 3, 1, 1;
.8, 4, 4, 2, 4, 2, 2, 1;
.9, 4, 4, 2, 4, 2, 2, 1, 1;
10, 5, 4, 2, 4, 2, 2, 1, 2, 1;
11, 5, 5, 2, 4, 2, 2, 1, 3, 1, 1;
12, 6, 6, 3, 4, 2, 2, 1, 4, 2, 2, 1;
13, 6, 6, 3, 5, 2, 2, 1, 5, 2, 2, 1, 1;
...
MAPLE
A166556 := proc(n, k)
local j;
add(A047999(j, k), j=k..n) ;
end proc: # R. J. Mathar, Jul 21 2016
CROSSREFS
Cf. A047999, A006046 (row sums).
Sequence in context: A138121 A138151 A207378 * A275257 A325027 A306735
KEYWORD
nonn,easy,tabl
AUTHOR
Gary W. Adamson, Oct 17 2009
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)