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!)
A085959 Multiples of 37. 2
0, 37, 74, 111, 148, 185, 222, 259, 296, 333, 370, 407, 444, 481, 518, 555, 592, 629, 666, 703, 740, 777, 814, 851, 888, 925, 962, 999, 1036, 1073, 1110, 1147, 1184, 1221, 1258, 1295, 1332, 1369, 1406, 1443, 1480, 1517, 1554, 1591, 1628, 1665, 1702, 1739 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
If a(k) = 100*u+10*v+w with 0 <= u, v, w < 10, then 100*v+10*w+u is also a term.
Numbers for which the sum of "digits" base 1000 is divisible by 37, since 999 = 3^3 * 37. For instance, 10089601558 gives 10 + 089 + 601 + 558 = 1258, 1 + 258 = 259 = 7 * 37. - Daniel Forgues, Feb 22 2016
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin Books, 1986.
LINKS
Tanya Khovanova, Recursive Sequences
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
FORMULA
a(n) = a(n-1)+37; a(0)=0.
G.f.: 37*x/(1-x)^2. - Vincenzo Librandi, Feb 23 2016
MATHEMATICA
Range[0, 2000, 37] (* Vladimir Joseph Stephan Orlovsky, Jun 03 2011 *)
CoefficientList[Series[37 x / (1 - x)^2, {x, 0, 33}], x] (* Vincenzo Librandi, Feb 23 2016 *)
PROG
(Magma) [37*n: n in [0..50]]; // Vincenzo Librandi, Feb 23 2016
CROSSREFS
Cf. A044102.
Sequence in context: A289732 A087531 A283718 * A145936 A071884 A216287
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Aug 17 2003
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 May 11 04:25 EDT 2024. Contains 372388 sequences. (Running on oeis4.)