Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A022383
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A022383 Fibonacci sequence beginning 4 14. +0
3
4, 14, 18, 32, 50, 82, 132, 214, 346, 560, 906, 1466, 2372, 3838, 6210, 10048, 16258, 26306, 42564, 68870, 111434, 180304, 291738, 472042, 763780, 1235822, 1999602, 3235424, 5235026, 8470450, 13705476, 22175926, 35881402, 58057328, 93938730 (list; graph; listen)
OFFSET

0,1

LINKS

Tanya Khovanova, Recursive Sequences

MAPLE

a[1] := 4; a[2] := 14; a[n_] := a[n - 1] + a[n - 2]; Table[a[n], {n, 1, 30}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 08 2006

MATHEMATICA

a={}; b=4; c=14; 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

Sequence in context: A044967 A011859 A032825 this_sequence A045248 A070902 A059007

Adjacent sequences: A022380 A022381 A022382 this_sequence A022384 A022385 A022386

KEYWORD

nonn

AUTHOR

njas

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 08 2006

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 September 5 01:44 EDT 2008. Contains 143476 sequences.


AT&T Labs Research