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!)
A194944 Records in A034693. 3
1, 2, 4, 6, 10, 12, 20, 24, 26, 30, 32, 38, 42, 44, 46, 60, 84, 108, 114, 126, 144, 166, 182, 192, 212, 234, 246, 258, 276, 278, 288, 294, 310, 406, 480, 494, 504, 534, 618, 634 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A034693(A194945(n)). - R. J. Mathar, May 05 2023
PROG
(PARI) A034693(n)=my(k=n+1); while(!isprime(k), k+=n); (k-1)/n
r=0; forstep(n=1, 1e9, 2, t=A034693(n); if(t>r, r=t; print1(t", ")))
CROSSREFS
Cf. A034693, A194945 (positions).
Sequence in context: A000885 A068336 A293821 * A133871 A068514 A074645
KEYWORD
nonn,hard
AUTHOR
EXTENSIONS
a(36)-a(40) from Charles R Greathouse IV, Sep 18 2011
NAME corrected by R. J. Mathar, May 05 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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)