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!)
A174312 a(n) = 32*n. 5
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Subsequence of squares is A017066 (see 2nd formula). - Bernard Schott, Mar 03 2023
LINKS
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
Sequence in context: A225722 A195330 A122616 * A255995 A144908 A172419
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Nov 27 2010
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)