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!)
A017312 a(n) = (10*n + 3)^8. 1
6561, 815730721, 78310985281, 1406408618241, 11688200277601, 62259690411361, 248155780267521, 806460091894081, 2252292232139041, 5595818096650401, 12667700813876161, 26584441929064321, 52389094428262881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
a(n) = A017305(n)^8 = A001016(A017305(n)). - Wesley Ivan Hurt, Jan 23 2014
MAPLE
A017312:=n->(10*n+3)^8; seq(A017312(n), n=0..20); # Wesley Ivan Hurt, Jan 23 2014
MATHEMATICA
Table[(10*n + 3)^8, {n, 0, 20}] (* Wesley Ivan Hurt, Jan 23 2014 *)
LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {6561, 815730721, 78310985281, 1406408618241, 11688200277601, 62259690411361, 248155780267521, 806460091894081, 2252292232139041}, 20] (* Harvey P. Dale, Oct 16 2023 *)
PROG
(Magma) [(10*n+3)^8: n in [0..20]]; // Vincenzo Librandi, Jul 31 2011
CROSSREFS
Sequence in context: A017108 A013853 A017204 * A017432 A017564 A352036
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.)