Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050937
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050937 Composite Fibonacci numbers with a prime index. +0
22
1, 4181, 1346269, 24157817, 165580141, 53316291173, 956722026041, 2504730781961, 44945570212853, 308061521170129, 806515533049393, 14472334024676221, 1779979416004714189, 83621143489848422977 (list; graph; listen)
OFFSET

1,2

REFERENCES

David Wells, The Penguin Dictionary of Curious and Interesting Numbers, entry 4181.

EXAMPLE

Fibonacci(19) = 4181 is a composite Fibonacci number, but its index 19 is prime.

Fibonacci(2) = 1 is a nonprime with a prime index, so is Fibonacci(19) = 4181 = 37*113.

MAPLE

for n from 1 to 200 do if isprime(n) and (not isprime( fibonacci(n))) then print( fibonacci(n)): fi: od:

PROGRAM

(PARI) f(n) = forprime(x=2, n, p=fibonacci(x); if(!isprime(p), print1(p", ")))- Cino Hilliard (hillcino368(AT)gmail.com), Feb 11 2004

CROSSREFS

A038672 gives the indices.

Sequence in context: A072322 A045728 A048593 this_sequence A135953 A152511 A103614

Adjacent sequences: A050934 A050935 A050936 this_sequence A050938 A050939 A050940

KEYWORD

nonn

AUTHOR

Jud McCranie (j.mccranie(AT)comcast.net), Jan 01 2000

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