OFFSET
0,1
COMMENTS
Rows of A079314 when written as a triangle converge to this sequence.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
EXAMPLE
If written as a triangle:
2;
4;
4,10;
4,10,10,28;
4,10,10,28,10,28,28,82;
4,10,10,28,10,28,28,82,10,28,28,82,28,82,82,244;
MATHEMATICA
A151712list[nmax_]:=3^DigitCount[Range[0, nmax], 2, 1]+1; A151712list[100] (* Paolo Xausa, Jul 15 2023 *)
CROSSREFS
KEYWORD
tabf,nonn
AUTHOR
Omar E. Pol, Jul 19 2009
EXTENSIONS
Simpler definition, new offset and more terms from N. J. A. Sloane, Jul 22 2009
STATUS
approved