login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163156 Primes which are 3 less than some Golden Rectangle Number. 1
3, 37, 101, 1867, 193864603, 2084036199823432507, 268428621074094202095020661268919214060276183552992107, 491408029979212079502411930639737155545416825790885412525976325862355865559627380323835985032165419224284422111 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Primes of the form A001654(k)-3 for any k (actually k= 3, 5, 6, 9, 21, 45, 129, 266, 329, 330, 366, 429, 549, 570, 725, 882, 945,...)

MATHEMATICA

q=0; lst={}; Do[f=Fibonacci[n]; If[PrimeQ[f*q-3], AppendTo[lst, f*q-3]]; q=f, {n, 6!}]; lst

CROSSREFS

Cf. A001654, A163154, A163155

Sequence in context: A031919 A151730 A030460 * A041067 A046867 A154823

Adjacent sequences:  A163153 A163154 A163155 * A163157 A163158 A163159

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 21 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:15 EST 2012. Contains 205852 sequences.