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!)
A162784 a(n) = (A048883(n)+1)/2. 1
1, 2, 2, 5, 2, 5, 5, 14, 2, 5, 5, 14, 5, 14, 14, 41, 2, 5, 5, 14, 5, 14, 14, 41, 5, 14, 14, 41, 14, 41, 41, 122, 2, 5, 5, 14, 5, 14, 14, 41, 5, 14, 14, 41, 14, 41, 41, 122, 5, 14, 14, 41, 14, 41, 41, 122, 14, 41, 41, 122, 41, 122, 122, 365, 2, 5, 5, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Rows of A079318 when written as a triangle converge to this sequence.
LINKS
FORMULA
a(n) = A151712(n)/2.
EXAMPLE
If written as a triangle:
1;
2;
2,5;
2,5,5,14;
2,5,5,14,5,14,14,41;
2,5,5,14,5,14,14,41,5,14,14,41,14,41,41,122;
MATHEMATICA
a048883[n_] := 3^DigitCount[n, 2, 1];
a[n_] := (a048883[n] + 1)/2;
Array[a, 70, 0] (* Jean-François Alcover, Nov 15 2017 *)
CROSSREFS
Sequence in context: A334685 A340694 A101910 * A093660 A093663 A319895
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jul 19 2009, Jul 23 2009
EXTENSIONS
More terms from Max Alekseyev, Feb 23 2012
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 June 30 13:09 EDT 2024. Contains 373870 sequences. (Running on oeis4.)