|
|
1, 2, 3, 5, 7, 9, 13, 17, 21, 29, 37, 45, 61, 77, 93, 125, 157, 189, 253, 317, 381, 509, 637, 765, 1021, 1277, 1533, 2045, 2557, 3069, 4093, 5117, 6141, 8189, 10237, 12285, 16381, 20477, 24573, 32765, 40957, 49149, 65533, 81917, 98301, 131069, 163837, 196605
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
Partial sums of powers of 2 repeated 3 times.
|
|
|
LINKS
|
Table of n, a(n) for n=1..48.
Shatalov A. A, The Cupola Algorithm Data And The Modulation-37 The Natural Sciences Aspect And The Using For Analysis Of Ancient Layouts, European Journal Of Natural History, 2007 No. 1, p. 35.
Index to sequences with linear recurrences with constant coefficients, signature (1,0,2,-2).
|
|
|
FORMULA
|
G.f. x*(1+x+x^2) / ( (x-1)*(2*x^3-1) ). - R. J. Mathar, Nov 28 2011
a(3*n) = 3*(2^n-1) = 3*A000225(n). - Philippe Deléham, Mar 13 2013
|
|
|
EXAMPLE
|
a(4) = 1+1+1+2 = 5.
|
|
|
PROG
|
BASIC for i=0 to 12 : for j=1 to 3 : s=s+2^i : print s : next j : next i
|
|
|
CROSSREFS
|
Cf. A027383, A173862.
Sequence in context: A032459 A028870 A057886 * A069999 A035563 A216374
Adjacent sequences: A200669 A200670 A200671 * A200673 A200674 A200675
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Jeremy Gardiner, Nov 20 2011
|
|
|
STATUS
|
approved
|
|