The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A001027 Powers of 18.
(Formerly M5062 N2192)
20

%I M5062 N2192 #73 Jul 12 2023 12:29:48

%S 1,18,324,5832,104976,1889568,34012224,612220032,11019960576,

%T 198359290368,3570467226624,64268410079232,1156831381426176,

%U 20822964865671168,374813367582081024,6746640616477458432,121439531096594251776,2185911559738696531968,39346408075296537575424,708235345355337676357632,12748236216396078174437376

%N Powers of 18.

%C Same as Pisot sequences E(1, 18), L(1, 18), P(1, 18), T(1, 18). Essentially same as Pisot sequences E(18, 324), L(18, 324), P(18, 324), T(18, 324). See A008776 for definitions of Pisot sequences.

%C The compositions of n in which each natural number is colored by one of p different colors are called p-colored compositions of n. For n>=1, a(n) equals the number of 18-colored compositions of n such that no adjacent parts have the same color. - _Milan Janjic_, Nov 17 2011

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H T. D. Noe, <a href="/A001027/b001027.txt">Table of n, a(n) for n = 0..100</a>

%H P. J. Cameron, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL3/groups.html">Sequences realized by oligomorphic permutation groups</a>, J. Integ. Seqs. Vol. 3 (2000), #00.1.5.

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

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

%H Simon Plouffe, <a href="https://arxiv.org/abs/0911.4975">Approximations de séries génératrices et quelques conjectures</a>, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.

%H Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992

%H Y. Puri and T. Ward, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL4/WARD/short.html">Arithmetic and growth of periodic orbits</a>, J. Integer Seqs., Vol. 4 (2001), #01.2.1.

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

%F G.f.: 1/(1-18x), e.g.f.: exp(18x).

%F a(n) = 18^n; a(n) = 18*a(n-1) with a(0)=1. - _Vincenzo Librandi_, Nov 21 2010

%p A001027:=-1/(-1+18*z); # _Simon Plouffe_ in his 1992 dissertation

%t Table[18^n,{n,0,40}] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2011 *)

%o (Sage) [18**n for n in range(20)] # _F. Chapoton_, Feb 23 2020

%o (Sage) [lucas_number1(n,18,0) for n in range(1, 17)] # _Zerinvary Lajos_, Apr 29 2009

%o (Magma) [ 18^n: n in [0..20] ]; // _Vincenzo Librandi_, Nov 21 2010

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

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

%E More terms from _James A. Sellers_, Sep 19 2000

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 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)