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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159052 Odd terms in A159051. 2
1, 1037, 1157, 20737, 250973, 854813, 1055617, 4042469, 8588477 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

lst={}; Do[If[Mod[(Fibonacci[n-2]), n]==0, If[OddQ[n], AppendTo[lst, n]]], {n, 3*8!}]; lst

a = c = 0; b = 1; lst = {}; Do[c = a + b; If[ Mod[a, n] == 0 && OddQ@n, Print@n]; a = b; b = c, {n, 2, 10^7}] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 05 2009]

CROSSREFS

Cf. A123976, A159051

Sequence in context: A043388 A184210 A163559 * A065572 A074673 A020395

Adjacent sequences:  A159049 A159050 A159051 * A159053 A159054 A159055

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 03 2009

EXTENSIONS

a(5) - a(9) from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 05 2009

Edited by N. J. A. Sloane, Apr 06 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 17 03:20 EST 2012. Contains 205978 sequences.