Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A015592
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A015592 a(n) = 10 a(n-1) + 11 a(n-2). +0
3
0, 1, 10, 111, 1220, 13421, 147630, 1623931, 17863240, 196495641, 2161452050, 23775972551, 261535698060, 2876892678661, 31645819465270, 348104014117971, 3829144155297680, 42120585708274481 (list; graph; listen)
OFFSET

0,3

COMMENT

Number of walks of length n between any two distinct nodes of the complete graph K_12. Example: a(2)=10 because the walks of length 2 between the nodes A and B of the complete graph ABCDEFGHIJKL are: ACB, ADB, AEB, AFB, AGB, AHB, AIB, AJB, AKB and ALB. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 2004

General form: k=11^n-k. Also: A001045, A078008, A097073, A115341, A015518, A054878, A015521, A109499, A015531, A109500, A109501, A015552, A093134, A015565, A015577, A015585 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 11 2008]

FORMULA

a(n)=11^(n-1)-a(n-1). G.f.=x/(1-10x-11x^2). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 2004

a(n)=-(1/12)*(-1)^n+(1/12)*11^n, with n>=0 - Paolo P. Lava (ppl(AT)spl.at), Jul 15 2008

MATHEMATICA

k=0; lst={k}; Do[k=11^n-k; AppendTo[lst, k], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 11 2008]

PROGRAM

(Other) sage: [lucas_number1(n, 10, -11) for n in xrange(0, 18)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2009]

CROSSREFS

Cf. A001045, A078008, A097073, A115341, A015518, A054878, A015521, A109499, A015531, A109500, A109501, A015552, A093134, A015565, A015577, A015585 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 11 2008]

Sequence in context: A087545 A078252 A014993 this_sequence A122574 A084031 A066275

Adjacent sequences: A015589 A015590 A015591 this_sequence A015593 A015594 A015595

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research