Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A022392
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A022392 Fibonacci sequence beginning 1 22. +0
1
1, 22, 23, 45, 68, 113, 181, 294, 475, 769, 1244, 2013, 3257, 5270, 8527, 13797, 22324, 36121, 58445, 94566, 153011, 247577, 400588, 648165, 1048753, 1696918, 2745671, 4442589, 7188260, 11630849 (list; graph; listen)
OFFSET

0,2

COMMENT

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

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

MATHEMATICA

a={}; b=1; c=22; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 18 2008]

CROSSREFS

Sequence in context: A106556 A106554 A118297 this_sequence A041976 A041978 A041980

Adjacent sequences: A022389 A022390 A022391 this_sequence A022393 A022394 A022395

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