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!)
A124388 27*n+18. 5
18, 45, 72, 99, 126, 153, 180, 207, 234, 261, 288, 315, 342, 369, 396, 423, 450, 477, 504, 531, 558, 585, 612, 639, 666, 693, 720, 747, 774, 801, 828, 855, 882, 909, 936, 963, 990, 1017, 1044, 1071, 1098, 1125, 1152, 1179, 1206, 1233, 1260, 1287, 1314, 1341 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Second differences of dodecahedral numbers (A006566).
Also, first differences of dodecahedral gnomic numbers (A093485); a(n+1) - a(n) = 27.
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 9*A016789(n).
G.f.: ( 18+9*x ) / (x-1)^2 . - R. J. Mathar, Jul 02 2011
MATHEMATICA
Range[18, 7000, 27] (* Vladimir Joseph Stephan Orlovsky, Jul 13 2011 *)
PROG
(Magma) [27*n+18: n in [0..50]]; // Vincenzo Librandi, Sep 29 2011
(PARI) for(n=0, 1e2, print1(27*n+18, ", ")) \\ Felix Fröhlich, Jul 07 2014
CROSSREFS
Sequence in context: A055577 A281917 A002798 * A179896 A075284 A057444
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Oct 30 2006
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)