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!)
A152691 Multiples of 64. 8

%I #22 Sep 08 2022 08:45:39

%S 0,64,128,192,256,320,384,448,512,576,640,704,768,832,896,960,1024,

%T 1088,1152,1216,1280,1344,1408,1472,1536,1600,1664,1728,1792,1856,

%U 1920,1984,2048,2112,2176,2240,2304,2368,2432,2496,2560,2624,2688,2752,2816,2880

%N Multiples of 64.

%H Vincenzo Librandi, <a href="/A152691/b152691.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).

%F a(n) = 64*n.

%F G.f.: 64*x/(1-x)^2. - _Bruno Berselli_, Feb 11 2012

%F E.g.f: 64*x*exp(x). - _G. C. Greubel_, Sep 02 2018

%t 64*Range[0, 47]

%o (Magma) [64*n: n in [0..50]] // _Vincenzo Librandi_, Feb 11 2012

%o (PARI) vector(50, n, n--; 64*n) \\ _G. C. Greubel_, Sep 02 2018

%Y Cf. A048169, A044187.

%K nonn,easy

%O 0,2

%A _Vladimir Joseph Stephan Orlovsky_, Dec 10 2008

%E Definition corrected by _R. J. Mathar_, Dec 12 2008

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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)