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!)
A016918 a(n) = (6*n)^10. 1
0, 60466176, 61917364224, 3570467226624, 63403380965376, 590490000000000, 3656158440062976, 17080198121677824, 64925062108545024, 210832519264920576, 604661760000000000, 1568336880910795776, 3743906242624487424 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
FORMULA
a(n) = 11*a(n-1) - 55*a(n-2) + 165*a(n-3) - 330*a(n-4) + 462*a(n-5) - 462*a(n-6) + 330*a(n-7) - 165*a(n-8) + 55*a(n-9) - 11*a(n-10) + a(n-11). - Wesley Ivan Hurt, Jan 20 2024
MATHEMATICA
(6*Range[0, 20])^10 (* Harvey P. Dale, Jan 29 2013 *)
PROG
(Magma) [(6*n)^10: n in [0..25]]; // Vincenzo Librandi, May 03 2011
CROSSREFS
Sequence in context: A244918 A033624 A016870 * A017062 A017146 A017242
KEYWORD
nonn,easy
AUTHOR
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 May 4 02:11 EDT 2024. Contains 372225 sequences. (Running on oeis4.)