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!)
A360258 a(n) is the smallest k such that A360097(k) = n. 0
13, 14, 20, 7, 5, 10, 4, 9, 63, 6, 42, 1590, 1, 2, 5172911835, 974749335, 21, 26135070 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
a360097(n)=my(k=1); while(isprime(2*n*k-1)||isprime(2*n*k+1), k++); k
a(n)=for(i=1, +oo, my(k=a360097(i)); if(k==n, return(i)))
CROSSREFS
Sequence in context: A098045 A293817 A360097 * A360528 A336004 A296795
KEYWORD
nonn,more
AUTHOR
Jean-Marc Rebert, Feb 01 2023
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 25 01:19 EDT 2024. Contains 375418 sequences. (Running on oeis4.)