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!)
A017062 a(n) = (7*n + 6)^10. 1
60466176, 137858491849, 10240000000000, 205891132094649, 2064377754059776, 13422659310152401, 64925062108545024, 253295162119140625, 839299365868340224, 2446194060654759801, 6428888932339941376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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 02 2022
MATHEMATICA
(7Range[0, 10]+6)^10 (* Harvey P. Dale, Feb 08 2011 *)
PROG
(Magma) [(7*n+6)^10: n in [0..20]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
Sequence in context: A033624 A016870 A016918 * A017146 A017242 A017350
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 9 14:23 EDT 2024. Contains 372351 sequences. (Running on oeis4.)