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!)
A017543 a(n) = (12*n + 1)^11. 1
1, 1792160394037, 2384185791015625, 177917621779460413, 3909821048582988049, 43513917611435838661, 313726685568359708377, 1673432436896142578125, 7153014030880804126753, 25804264053054077850709, 81402749386839761113321, 230339304218442143770717 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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(A017533(n)). - Michel Marcus, Jul 28 2015
a(n) = Sum_{k=0..11} binomial(11,k)*(12*n)^k. - Robert Israel, Jul 28 2015
MAPLE
seq((12*n+1)^11, n=0..100); # Robert Israel, Jul 28 2015
PROG
(PARI) vector(20, n, n--; (12*n+1)^11) \\ Michel Marcus, Jul 28 2015
(Magma) [(12*n+1)^11: n in [0..12]]; // Vincenzo Librandi, Jul 29 2015
CROSSREFS
Cf. A008455 (n^11), A017533 (12n+1).
Sequence in context: A015422 A289148 A282182 * A333977 A233609 A233601
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 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)