cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A173862 a(n) = A158772(n-1)/21.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 4, 4, 4, 8, 8, 8, 16, 16, 16, 32, 32, 32, 64, 64, 64, 128, 128, 128, 256, 256, 256, 512, 512, 512, 1024, 1024, 1024, 2048, 2048, 2048, 4096, 4096, 4096, 8192, 8192, 8192, 16384, 16384, 16384, 32768, 32768, 32768, 65536, 65536, 65536, 131072, 131072
Offset: 1

Views

Author

Paul Curtz, Nov 26 2010

Keywords

Comments

Triplicated A000079. Powers of 2 repeated 3 times.
a(n) is the number of ways of partitioning the set of the first n distinct positive Fibonacci numbers into two subsets whose sums differ at most by 1. a(6) = 2: 1,2,5,8/3,13; 1,2,13/3,5,8. - Alois P. Heinz, Jun 16 2019

Crossrefs

Programs

Formula

G.f. x*(1 + x + x^2)/(1 - 2*x^3). - R. J. Mathar, Nov 28 2011

Extensions

More terms from Harvey P. Dale, Jul 20 2012