Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A022102
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A022102 Fibonacci sequence beginning 1 12. +0
3
1, 12, 13, 25, 38, 63, 101, 164, 265, 429, 694, 1123, 1817, 2940, 4757, 7697, 12454, 20151, 32605, 52756, 85361, 138117, 223478, 361595, 585073, 946668, 1531741, 2478409, 4010150, 6488559, 10498709 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n-1)=sum(P(12;n-1-k,k),k=0..ceiling((n-1)/2)), n>=1, with a(-1)=11. These are the SW-NE diagonals in P(12;n,k), the (12,1) Pascal triangle. Cf. A093645 for the (10,1) Pascal triangle. Observation by Paul Barry (pbarry(AT)wit.ie, Apr 29 2004. Proof via recursion relations and comparison of inputs.

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

a(n)= a(n-1)+a(n-2), n>=2, a(0)=1, a(1)=12. a(-1):=11.

G.f.: (1+11*x)/(1-x-x^2).

a(n)=((1+sqrt5)^n-(1-sqrt5)^n)/(2^n*sqrt5)+ 5.5*((1+sqrt5)^(n-1)-(1-sqrt5)^(n-1))/(2^(n-2)*sqrt5). Offset 1. a(3)=13. [From Al Hakanson (hawkuu(AT)gmail.com), Jan 14 2009]

MATHEMATICA

a={}; b=1; c=12; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 1, 12, 1}]; a (Vladimir Orlovsky, Jul 23 2008)

CROSSREFS

a(n) = A109754(11, n+1) = A101220(11, 0, n+1).

Sequence in context: A108710 A108709 A138821 this_sequence A041292 A041679 A041294

Adjacent sequences: A022099 A022100 A022101 this_sequence A022103 A022104 A022105

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.002 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research