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!)
A008591 Multiples of 9: a(n) = 9*n. 72

%I #69 Oct 08 2022 11:23:36

%S 0,9,18,27,36,45,54,63,72,81,90,99,108,117,126,135,144,153,162,171,

%T 180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,

%U 333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477

%N Multiples of 9: a(n) = 9*n.

%C An Iraqi tablet dating from the Middle Babylonian period (1400-1100 BC) gives a(1)-a(20), a(30), a(40), and a(50). See CDLI link for images and more information. - _Charles R Greathouse IV_, Jan 21 2017

%C Apart from 0, numbers whose digital root is 9. - _Halfdan Skjerning_, Mar 15 2018

%H Ivan Panchenko, <a href="/A008591/b008591.txt">Table of n, a(n) for n = 0..200</a>

%H CDLI, <a href="http://cdli.ucla.edu/search/archival_view.php?ObjectID=P254585">MKT 1, 039, HS 0217a</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=321">Encyclopedia of Combinatorial Structures 321</a>

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

%H Leo Tavares, <a href="/A008591/a008591.jpg">Illustration: Triangular Frames</a>

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

%F Complement of A168183; A168182(a(n)) = 0. - _Reinhard Zumkeller_, Nov 30 2009

%F a(n) = A007953(A002283(n)). - _Reinhard Zumkeller_, Aug 06 2010

%F From _Vincenzo Librandi_, Dec 24 2010: (Start)

%F a(n) = 9*n = 2*a(n-1) - a(n-2).

%F G.f.: 9x/(x-1)^2. (End)

%F a(n) = A060544(n+1) - A060544(n). - _Leo Tavares_, Jul 17 2022

%F E.g.f.: 9*x*exp(x). - _Stefano Spezia_, Oct 08 2022

%t Range[0, 1000, 9] (* _Vladimir Joseph Stephan Orlovsky_, May 27 2011 *)

%o (PARI) a(n)=9*n \\ _Charles R Greathouse IV_, Jan 30 2012

%o (Maxima) makelist(9*n,n,0,20); /* _Martin Ettl_, Dec 17 2012 */

%Y Cf. A008588, A008589, A008590.

%Y Cf. A168182, A168183.

%Y Cf. A002283, A007953.

%Y Cf. A060544.

%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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)