[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 A194954 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A194954 Slowest increasing sequence of primes such that a(1)=2, a(n)-a(n-1) is multiple of A000120(n-1).
(history; published version)
#23 by OEIS Server at Tue Jul 25 04:04:27 EDT 2023
LINKS

Amiram Eldar, <a href="/A194954/b194954_1.txt">Table of n, a(n) for n = 1..10000</a>

#22 by Joerg Arndt at Tue Jul 25 04:04:27 EDT 2023
STATUS

reviewed

approved

Discussion
Tue Jul 25 04:04
OEIS Server: Installed first b-file as b194954.txt.
#21 by Michel Marcus at Tue Jul 25 02:07:06 EDT 2023
STATUS

proposed

reviewed

#20 by Amiram Eldar at Tue Jul 25 01:58:59 EDT 2023
STATUS

editing

proposed

#19 by Amiram Eldar at Tue Jul 25 01:47:05 EDT 2023
LINKS

Amiram Eldar, <a href="/A194954/b194954_1.txt">Table of n, a(n) for n = 1..10000</a>

#18 by Amiram Eldar at Tue Jul 25 01:46:46 EDT 2023
DATA

2, 3, 5, 7, 11, 13, 17, 23, 29, 31, 37, 43, 47, 53, 59, 67, 71, 73, 79, 97, 101, 107, 113, 137, 139, 151, 157, 173, 179, 191, 199, 229, 233, 239, 241, 271, 277, 283, 307, 311, 313, 331, 337, 349, 367, 379, 383, 433, 439, 457, 463, 467, 479, 487, 491, 521, 557

MATHEMATICA

a[1] = 2; a[n_] := a[n] = Module[{k = a[n - 1], s = DigitCount[n - 1, 2, 1]}, k += s; While[! PrimeQ[k], k += s]; k]; Array[a, 50] (* Amiram Eldar, Jul 25 2023 *)

KEYWORD

nonn,base

STATUS

approved

editing

#17 by Jon E. Schoenfield at Wed Apr 17 22:45:37 EDT 2019
STATUS

editing

approved

#16 by Jon E. Schoenfield at Wed Apr 17 22:45:34 EDT 2019
MAPLE

seq(A194954(n), n=1..80) ; # ) ; # _R. J. Mathar, _, Sep 20 2011

EXTENSIONS

Corrected by _R. J. Mathar, _, Sep 20 2011

STATUS

approved

editing

#15 by Russ Cox at Fri Mar 30 18:53:00 EDT 2012
AUTHOR

_Vladimir Shevelev (shevelev(AT)bgu.ac.il), _, Sep 06 2011

Discussion
Fri Mar 30 18:53
OEIS Server: https://oeis.org/edit/global/261
#14 by T. D. Noe at Tue Sep 20 16:18:09 EDT 2011
STATUS

reviewed

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 10:20 EDT 2024. Contains 375542 sequences. (Running on oeis4.)