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!)
A016905 a(n) = (5*n + 4)^9. 2
262144, 387420489, 20661046784, 322687697779, 2641807540224, 14507145975869, 60716992766464, 208728361158759, 618121839509504, 1628413597910449, 3904305912313344, 8662995818654939, 18014398509481984 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
FORMULA
a(n) = 10*a(n-1) - 45*a(n-2) + 120*a(n-3) - 210*a(n-4) + 252*a(n-5) - 210*a(n-6) + 120*a(n-7) - 45*a(n-8) + 10*a(n-9) - a(n-10). - Wesley Ivan Hurt, Jun 09 2023
MATHEMATICA
(5 Range[0, 20] + 4)^9 (* Wesley Ivan Hurt, Jun 09 2023 *)
PROG
(Magma) [(5*n+4)^9: n in [0..30]]; // Vincenzo Librandi, May 03 2011
CROSSREFS
Sequence in context: A250860 A016809 A018879 * A017700 A010806 A030637
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 6 15:21 EDT 2024. Contains 372294 sequences. (Running on oeis4.)