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!)
A017622 a(n) = (12*n+8)^6. 1
262144, 64000000, 1073741824, 7256313856, 30840979456, 98867482624, 262144000000, 606355001344, 1265319018496, 2436396322816, 4398046511104, 7529536000000, 12332795428864, 19456426971136, 29721861554176, 44151665987584, 64000000000000, 90785223184384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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). - Vincenzo Librandi, May 07 2017
MAPLE
A017622:=n->(12*n+8)^6: seq(A017622(n), n=0..40); # Wesley Ivan Hurt, May 02 2017
MATHEMATICA
Table[(12 n + 8)^6, {n, 0, 25}] (* Vincenzo Librandi, May 07 2017 *)
PROG
(Magma) [(12*n+8)^6: n in [0..25]] // Vincenzo Librandi, May 07 2017
CROSSREFS
Cf. A001014 (n^6), A017617 (12*n+8).
Sequence in context: A017370 A016785 A017490 * A250860 A016809 A018879
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)