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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081618 Numbers n such that (product of first n primes)+1 is divisible by the (n+1)-th prime. Also n such that A075306(n)-1 is equal to A002110(n). Positions of 1 in A081617. 1
1, 7, 232, 430 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(5) is greater than 10^5.

EXAMPLE

The 8th prime, 19, divides 2*3*5*7*11*13*17+1=510511, thus 7 is a member.

PROG

(PARI) p=1:for(n=1, 10^5, p=p*prime(n): if((p+1)%prime(n+1)==0, print1(n", ")))

CROSSREFS

Sequence in context: A157693 A142116 A201955 * A160491 A120661 A185389

Adjacent sequences:  A081615 A081616 A081617 * A081619 A081620 A081621

KEYWORD

nonn,hard,more

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 24 2003

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 17:10 EST 2012. Contains 205644 sequences.