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!)
A016806 a(n) = (4n)^6. 0
0, 4096, 262144, 2985984, 16777216, 64000000, 191102976, 481890304, 1073741824, 2176782336, 4096000000, 7256313856, 12230590464, 19770609664, 30840979456, 46656000000, 68719476736, 98867482624 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - Wesley Ivan Hurt, May 05 2021
MATHEMATICA
(4 Range[0, 20])^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 4096, 262144, 2985984, 16777216, 64000000, 191102976}, 20] (* Harvey P. Dale, Aug 07 2023 *)
PROG
(Magma) [(4*n)^6 : n in [0..40]]; // Wesley Ivan Hurt, May 05 2021
CROSSREFS
Sequence in context: A017488 A017620 A066390 * A231844 A232961 A223966
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 April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)