cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A008606 Multiples of 24.

Original entry on oeis.org

0, 24, 48, 72, 96, 120, 144, 168, 192, 216, 240, 264, 288, 312, 336, 360, 384, 408, 432, 456, 480, 504, 528, 552, 576, 600, 624, 648, 672, 696, 720, 744, 768, 792, 816, 840, 864, 888, 912, 936, 960, 984, 1008, 1032, 1056, 1080, 1104, 1128, 1152, 1176, 1200
Offset: 0

Views

Author

Keywords

Comments

If n is a multiple of 24, also the sum of the divisors of n-1 is a multiple of 24. - Vincenzo Librandi, Apr 12 2014
This is the sequence of numbers n such that A259748(n)/n = 11/12. - Danny Rorabaugh, Oct 22 2015

Crossrefs

Programs

Formula

G.f.: 24*x/(1-x)^2. - Vincenzo Librandi, Jun 11 2013
a(n) = 24*A001477(n) - Danny Rorabaugh, Oct 24 2015
E.g.f.: 24*x*exp(x). - Stefano Spezia, Mar 02 2025