login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160807 a(n) = A160799(n)/4. 1
0, 1, 5, 12, 28, 47, 75, 112, 176, 243, 319, 404, 516, 637, 785, 960, 1216, 1475, 1743, 2020, 2324, 2637, 2977, 3344, 3792, 4249, 4733, 5244, 5836, 6455, 7155, 7936, 8960, 9987, 11023, 12068, 13140, 14221, 15329, 16464, 17680, 18905, 20157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Let p(x) = (1 + 5x + 7x^2 + 3x^3). Then (1 + 5x + 12x^2 +28x^3 + ...) = p(x) * p(x^2) * p(x^4 * p(x^8 * ...). - Gary W. Adamson, Aug 25 2016
LINKS
PROG
(PARI) a(n)=sum(i=0, n-1, (n-i)*3^hammingweight(i)) \\ Charles R Greathouse IV, Aug 25 2016
CROSSREFS
Essentially partial sums of A130665.
Sequence in context: A172426 A145768 A162778 * A038376 A002767 A055245
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jun 14 2009
EXTENSIONS
More terms from Max Alekseyev, Dec 12 2011
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 December 11 02:45 EST 2023. Contains 367717 sequences. (Running on oeis4.)