The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119745 Inverse permutation to sequence A120255. 1
1, 2, 3, 5, 4, 15, 8, 6, 16, 28, 12, 17, 7, 70, 51, 18, 10, 19, 38, 155, 9, 156, 71, 20, 125, 62, 230, 72, 26, 1089, 157, 73, 52, 11, 379, 21, 48, 39, 143, 158, 53, 74, 481, 159, 1090, 75, 33, 22, 975, 3609, 231, 428, 131, 232, 13, 76, 233, 429, 1080, 1091, 29, 160, 77 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {m=75; v=[]; for(n=2, m, v=concat(v, vecsort(eval(setminus(Set(divisors(fibonacci(n))), Set(v)))))); z=100; u=vector(z); for(j=1, #v, if(v[j]<=z, u[v[j]]=j)); i=1; while(u[i]>0, print1(u[i], ", "); i++)} - (Klaus Brockhaus, Aug 17 2006)
CROSSREFS
Cf. A120255.
Sequence in context: A193770 A107476 A094140 * A095753 A139537 A111631
KEYWORD
nonn
AUTHOR
Leroy Quet, Jun 16 2006
EXTENSIONS
More terms from Klaus Brockhaus, Aug 17 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)