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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075076 Integers pertaining to A075075: a(n) = b(n-1)*b(n+1)/b(n) where b(n) is the n-th term of A075075. 3
2, 3, 2, 10, 6, 4, 15, 6, 20, 12, 12, 30, 12, 28, 6, 33, 14, 7, 44, 13, 14, 34, 26, 15, 51, 18, 55, 36, 24, 55, 20, 56, 30, 30, 56, 39, 36, 68, 52, 42, 85, 40, 77, 60, 45, 77, 42, 99, 56, 56, 99, 72, 80, 54, 57, 30, 46, 38, 29, 23, 62, 58, 37, 31, 82, 74, 38, 123, 38, 86, 114, 39 (list; graph; refs; listen; history; text; internal format)
OFFSET

2,1

COMMENTS

This is not a permutation of the natural numbers since a(4)=a(2), a(9)=a(6), a(12)=a(11) etc. [From Hagen von Eitzen, May 16 2009]

LINKS

Alois P. Heinz, Table of n, a(n) for n = 2..10000

MAPLE

c:= proc() false end:

b:= proc(n) option remember; local k, m;

       if n<3 then k:=n

     else m:= denom (b(n-2) /b(n-1));

          for k from m by m while c(k) do od

       fi;

       c(k):= true; k

    end:

a:= n-> b(n-1)*b(n+1)/b(n):

seq (a(n), n=2..100);  # Alois P. Heinz, Jul 18 2012

CROSSREFS

Cf. A075075.

Sequence in context: A126286 A126288 A205393 * A078828 A224418 A220947

Adjacent sequences:  A075073 A075074 A075075 * A075077 A075078 A075079

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 09 2002

EXTENSIONS

More terms from Sascha Kurz, Feb 03 2003

STATUS

approved

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 May 24 16:33 EDT 2013. Contains 225625 sequences.