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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163157 Primes of the form 1 + some Golden Rectangle Number. 1
2, 3, 7, 41, 1871, 4599466948725481982057, 153554501132879618787551305057 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Primes of the form 1+A001654(k) for some k, as actually generated by k=1, 2, 3, 5, 9, 53, 71,....

MATHEMATICA

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

CROSSREFS

Cf. A001654, A000045, A163154, A163155, A163156

Sequence in context: A037843 A102604 A119662 * A000945 A126263 A030087

Adjacent sequences:  A163154 A163155 A163156 * A163158 A163159 A163160

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Slightly edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 25 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 14 00:47 EST 2012. Contains 205567 sequences.