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!)
A017627 a(n) = (12*n+8)^11. 1
8589934592, 204800000000000, 36028797018963968, 1196683881290399744, 16985107389382393856, 143746751770690322432, 858993459200000000000, 3996373778857415671808, 15394540563150776827904, 51172646912339021398016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
FORMULA
a(n) = A008455(A017617(n)). - Michel Marcus, Apr 19 2017
MAPLE
A017627:=n->(12*n+8)^11: seq(A017627(n), n=0..20); # Wesley Ivan Hurt, Apr 18 2017
MATHEMATICA
Table[(12 n + 8)^11, {n, 0, 30}] (* Vincenzo Librandi, Apr 19 2017 *)
PROG
(Magma) [(12*n+8)^11: n in [0..20]]; // Vincenzo Librandi, Apr 19 2017
CROSSREFS
Sequence in context: A017267 A017375 A017495 * A181746 A185429 A154876
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 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)