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!)
A059134 A hierarchical sequence (W2{3}c - see A059126). 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Jonas Wallgren, Hierarchical sequences
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
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
CROSSREFS
Cf. A059141 (7*p+11), A059144 (9*p+15), A220466. - Johannes W. Meijer, Jan 21 2013
Sequence in context: A177360 A060857 A045982 * A215727 A007790 A195857
KEYWORD
easy,nonn
AUTHOR
Jonas Wallgren, Jan 19 2001
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)