[go: up one dir, main page]

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!)
Revision History for A285124 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A285124 Min(|d(k+1-i) - d(i)|, for i = 1..k), where d(1),..,d(k) are the divisors of prime(n) + 1.
(history; published version)
#8 by Andrey Zabolotskiy at Tue Dec 12 14:16:13 EST 2023
STATUS

editing

approved

#7 by Andrey Zabolotskiy at Tue Dec 12 14:16:10 EST 2023
NAME

Min(|d(k+1-i) - d(i)|, for i = 1..k, ), where d(1),..,d(k) are the divisors of prime(n) + 1.

STATUS

approved

editing

#6 by N. J. A. Sloane at Wed Apr 12 23:22:41 EDT 2017
STATUS

proposed

approved

#5 by Clark Kimberling at Wed Apr 12 04:43:19 EDT 2017
STATUS

editing

proposed

#4 by Clark Kimberling at Wed Apr 12 04:43:19 EDT 2017
FORMULA

a(n)=A056737(A008864(n)).

CROSSREFS

Cf. A008864, A002378, A056737.

STATUS

proposed

editing

#3 by Clark Kimberling at Tue Apr 11 11:49:45 EDT 2017
STATUS

editing

proposed

Discussion
Wed Apr 12 04:43
Antti Karttunen: a(n) = Axxxxxx(A008864(n)) ? Do we have sequence Axxxxxx? (please include it on crossref & formula-lines), thanks!
#2 by Clark Kimberling at Tue Apr 11 11:28:41 EDT 2017
NAME

allocated Min(|d(k+1-i) - d(i)|, for i = 1..k, where d(1),..,d(k) are the divisors Clarkof Kimberlingprime(n) + 1.

DATA

2, 0, 1, 2, 1, 5, 3, 1, 2, 1, 4, 17, 1, 7, 2, 3, 4, 29, 13, 1, 35, 2, 5, 1, 7, 11, 5, 3, 1, 13, 8, 1, 17, 4, 5, 11, 77, 37, 2, 23, 3, 1, 4, 95, 7, 10, 49, 2, 7, 13, 5, 1, 11, 4, 37, 10, 3, 1, 137, 41, 67, 7, 8, 11, 155, 47, 79, 13, 17, 11, 53, 2, 7, 5, 1, 8

OFFSET

1,1

LINKS

Clark Kimberling, <a href="/A285124/b285124.txt">Table of n, a(n) for n = 1..10000</a>

EXAMPLE

prime(6) + 1 = 14 has divisors 1,2,7,14, so that k=4 and d(k+1-i) - d(i) ranges through {--13,-5,5,13}, so that a(6) = 5.

MATHEMATICA

f[n_] := f[n] = Prime[n]+1;

Table[Divisors[f[n]] - Reverse[Divisors[f[n]]], {n, 1, 10}]

Table[Min[Abs[Divisors[f[n]] - Reverse[Divisors[f[n]]]]], {n, 1, 100}]

CROSSREFS

Cf. A008864, A002378.

KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, Apr 11 2017

STATUS

approved

editing

#1 by Clark Kimberling at Tue Apr 11 10:29:29 EDT 2017
NAME

allocated for Clark Kimberling

KEYWORD

allocated

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 August 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)