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”).

A174312
a(n) = 32*n.
6
0, 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448, 480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800, 832, 864, 896, 928, 960, 992, 1024, 1056, 1088, 1120, 1152, 1184, 1216, 1248, 1280, 1312, 1344, 1376, 1408, 1440, 1472, 1504, 1536, 1568, 1600
OFFSET
0,2
COMMENTS
Subsequence of squares is A017066 (see 2nd formula). - Bernard Schott, Mar 03 2023
FORMULA
G.f.: 32*x/(1-x)^2.
a(A001105(n)) = A017066(n). - Bernard Schott, Mar 05 2023
MATHEMATICA
Range[0, 3000, 32] (* Vladimir Joseph Stephan Orlovsky, Jun 03 2011 *)
PROG
(Magma) [32*n: n in [0..60]]; // Vincenzo Librandi, Aug 04 2011
(PARI) a(n)=n<<5 \\ Charles R Greathouse IV, Dec 21 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Nov 27 2010
STATUS
approved