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!)
A008602 Multiples of 20. 20

%I #49 Jan 07 2021 20:05:53

%S 0,20,40,60,80,100,120,140,160,180,200,220,240,260,280,300,320,340,

%T 360,380,400,420,440,460,480,500,520,540,560,580,600,620,640,660,680,

%U 700,720,740,760,780,800,820,840,860,880,900,920,940,960,980,1000

%N Multiples of 20.

%C The multiples of 20 are exactly those integers which do not have a multiple whose decimal digits are of alternating parity. (International Mathematical Olympiad 2004, problem 6, see A110303.) - _Joseph Myers_, Jul 13 2004

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

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>

%H INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=332">Encyclopedia of Combinatorial Structures 332</a>

%H Luis Manuel Rivera, <a href="http://arxiv.org/abs/1406.3081">Integer sequences and k-commuting permutations</a>, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.

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

%F G.f.: 20*x/(x - 1)^2. - _Vincenzo Librandi_, Jun 10 2013

%F E.g.f.: 20*x*exp(x). - _Stefano Spezia_, Feb 20 2020

%t Range[0, 1500, 20] (* _Vladimir Joseph Stephan Orlovsky_, Jun 01 2011 *)

%t CoefficientList[Series[20 x / (x - 1)^2, {x, 0, 60}], x] (* _Vincenzo Librandi_, Jun 10 2013 *)

%o (PARI) a(n)=20*n \\ _Charles R Greathouse IV_, Sep 28 2015

%o (Scala) (0 to 1000 by 20).toList // _Alonso del Arte_, Feb 20 2020

%Y Cf. A008600, A008601, A215145, A110303 (complement).

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

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 24 05:33 EDT 2024. Contains 371918 sequences. (Running on oeis4.)