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!)
A017604 a(n) = (12n+6)^12. 1
2176782336, 1156831381426176, 531441000000000000, 30129469486639681536, 614787626176508399616, 6831675453247426400256, 50714860157241037295616, 282429536481000000000000, 1268241794562545318301696, 4817904819828488880132096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
MAPLE
A017604:=n->(12*n+6)^12: seq(A017604(n), n=0..20); # Wesley Ivan Hurt, Jan 31 2017
MATHEMATICA
(12*Range[0, 20]+6)^12 (* Harvey P. Dale, May 31 2014 *)
Table[(12 n + 6)^12, {n, 0, 20}] (* Vincenzo Librandi, May 31 2014 *)
PROG
(Magma) [(12*n+6)^12: n in [0..10]]; // Vincenzo Librandi, May 31 2014
CROSSREFS
Sequence in context: A017244 A017352 A017472 * A288080 A274366 A224988
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)