|
Search: id:A016125
|
|
|
| A016125 |
|
Expansion of 1/((1-x)(1-12x)). |
|
+0 16
|
|
| 1, 13, 157, 1885, 22621, 271453, 3257437, 39089245, 469070941, 5628851293, 67546215517, 810554586205, 9726655034461, 116719860413533, 1400638324962397, 16807659899548765, 201691918794585181
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
FORMULA
|
(12^(n+1) - 1)/11.
a(n)=12*a(n-1)+1 (with a(1)=1) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Oct 29 2009]
|
|
EXAMPLE
|
For n=2, a(2)12*1+1=13; n=3, a(3)=12*13+1=157; n=4, a(4)12*157+1=1885 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Oct 29 2009]
|
|
MAPLE
|
a:=n->sum(12^(n-j), j=1..n): seq(a(n), n=1..17); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 04 2007
|
|
PROGRAM
|
(Other) sage: [lucas_number1(n, 13, 12) for n in xrange(1, 18)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 29 2009]
(Other) sage: [gaussian_binomial(n, 1, 12) for n in xrange(1, 18)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 28 2009]
|
|
CROSSREFS
|
Sequence in context: A159499 A125470 A165151 this_sequence A015470 A084328 A000830
Adjacent sequences: A016122 A016123 A016124 this_sequence A016126 A016127 A016128
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|