Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A022109
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A022109 Fibonacci sequence beginning 1 19. +0
3
1, 19, 20, 39, 59, 98, 157, 255, 412, 667, 1079, 1746, 2825, 4571, 7396, 11967, 19363, 31330, 50693, 82023, 132716, 214739, 347455, 562194, 909649, 1471843, 2381492, 3853335, 6234827, 10088162, 16322989 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n-1)=sum(P(19;n-1-k,k),k=0..ceiling((n-1)/2)), n>=1, with a(-1)=18. These are the SW-NE diagonals in P(19;n,k), the (19,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)=19. a(-1):=18.

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

MATHEMATICA

a={}; b=1; c=19; 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(18, n+1) = A101220(18, 0, n+1).

Sequence in context: A007640 A054304 A151979 this_sequence A041730 A041732 A041728

Adjacent sequences: A022106 A022107 A022108 this_sequence A022110 A022111 A022112

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