login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152691
Multiples of 64.
9
0, 64, 128, 192, 256, 320, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1344, 1408, 1472, 1536, 1600, 1664, 1728, 1792, 1856, 1920, 1984, 2048, 2112, 2176, 2240, 2304, 2368, 2432, 2496, 2560, 2624, 2688, 2752, 2816, 2880
OFFSET
0,2
FORMULA
a(n) = 64*n.
G.f.: 64*x/(1-x)^2. - Bruno Berselli, Feb 11 2012
E.g.f: 64*x*exp(x). - G. C. Greubel, Sep 02 2018
MATHEMATICA
64*Range[0, 47]
PROG
(Magma) [64*n: n in [0..50]] // Vincenzo Librandi, Feb 11 2012
(PARI) vector(50, n, n--; 64*n) \\ G. C. Greubel, Sep 02 2018
CROSSREFS
Sequence in context: A296166 A355265 A044187 * A043422 A044568 A031489
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Definition corrected by R. J. Mathar, Dec 12 2008
STATUS
approved