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!)
A244634 27*n^2. 5
0, 27, 108, 243, 432, 675, 972, 1323, 1728, 2187, 2700, 3267, 3888, 4563, 5292, 6075, 6912, 7803, 8748, 9747, 10800, 11907, 13068, 14283, 15552, 16875, 18252, 19683, 21168, 22707, 24300, 25947, 27648, 29403, 31212, 33075, 34992, 36963, 38988, 41067, 43200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 27*x*(1 + x)/(1 - x)^3.
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3) for n>2.
a(n) = 27*A000290(n) = 9*A033428(n) = 3*A016766(n). - Omar E. Pol, Jul 03 2014
MATHEMATICA
Table[27 n^2, {n, 0, 40}]
PROG
(Magma) [27*n^2: n in [0..40]];
(PARI) a(n)=27*n^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A244630.
Sequence in context: A254319 A044278 A044659 * A134171 A129026 A042426
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 03 2014
EXTENSIONS
G.f. corrected by Bruno Berselli, Jul 03 2014
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 April 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)