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.

A059134 A hierarchical sequence (W2{3}c - see A059126).

Original entry on oeis.org

11, 32, 11, 53, 11, 32, 11, 74, 11, 32, 11, 53, 11, 32, 11, 95, 11, 32, 11, 53, 11, 32, 11, 74, 11, 32, 11, 53, 11, 32, 11, 116, 11, 32, 11, 53, 11, 32, 11, 74, 11, 32, 11, 53, 11, 32, 11, 95, 11, 32, 11, 53, 11, 32, 11, 74, 11, 32, 11, 53, 11, 32, 11, 137, 11, 32, 11, 53, 11
Offset: 0

Views

Author

Jonas Wallgren, Jan 19 2001

Keywords

Crossrefs

Cf. A059141 (7*p+11), A059144 (9*p+15), A220466. - Johannes W. Meijer, Jan 21 2013

Programs

  • Maple
    nmax:=68: for p from 0 to ceil(simplify(log[2](nmax))) do for n from 0 to ceil(nmax/(p+2))+1 do a((2*n+1)*2^p-1) := 21*p+11 od: od: seq(a(n), n=0..nmax); # Johannes W. Meijer, Jan 21 2013

Formula

a((2*n+1)*2^p-1) = 21*p+11 for p >= 0. - Johannes W. Meijer, Jan 21 2013
a(n) = Sum_{k=0..6} A059127(7*n+k). - Sean A. Irvine, Sep 12 2022