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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116618 Values of Fibonacci(n) for n such that p(2n) mod 12 = 1, where p(j) denotes the j-th prime. 0
2, 8, 34, 10946, 17711, 75025, 5702887, 9227465, 24157817, 63245986, 102334155, 165580141, 267914296, 701408733, 12586269025, 53316291173, 139583862445, 225851433717, 2504730781961, 17167680177565, 44945570212853 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

10946 is in the sequence because 10946=Fibonacci(21), the 42nd prime is 181 and 181 mod 12 = 1.

MAPLE

with(combinat): a:=proc(n) if ithprime(2*n) mod 12 = 1 then fibonacci(n) else fi end: seq(a(n), n=1..86);

CROSSREFS

Sequence in context: A013026 A121789 A057900 * A037723 A037618 A184786

Adjacent sequences:  A116615 A116616 A116617 * A116619 A116620 A116621

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 29 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Apr 05 2006

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 23:53 EST 2012. Contains 205860 sequences.