Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061489
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061489 Numbers that are Fibonacci numbers +- 1. +0
1
0, 1, 2, 3, 4, 6, 7, 9, 12, 14, 20, 22, 33, 35, 54, 56, 88, 90, 143, 145, 232, 234, 376, 378, 609, 611, 986, 988, 1596, 1598, 2583, 2585, 4180, 4182, 6764, 6766, 10945, 10947, 17710, 17712, 28656, 28658, 46367, 46369, 75024, 75026, 121392, 121394, 196417 (list; graph; listen)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,500

R. Knott, Mathematics of the Fibonacci Series

MATHEMATICA

Union[ Table[ Fibonacci[i] - 1, {i, 1, 30} ], Table[ Fibonacci[j] + 1, {j, 0, 30} ]]

PROGRAM

(PARI) { t="b061489.txt"; for (n=1, 4, write(t, n, " ", n - 1) ); g=3; h=2; for (n=3, 250, f=g + h; h=g; g=f; write(t, 2*n - 1, " ", f - 1); write(t, 2*n, " ", f + 1) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 23 2009]

CROSSREFS

Sequence in context: A145803 A018629 A018357 this_sequence A117595 A050050 A117307

Adjacent sequences: A061486 A061487 A061488 this_sequence A061490 A061491 A061492

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 08 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 12 2001

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