Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141636
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141636 Primes of the form c(c(c(i)-3)-3)-3, where A002808(i)=c(i)=i-th composite. +0
1
7, 11, 13, 17, 19, 31, 37, 43, 59, 61, 79, 83, 97, 109, 137, 149, 151, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 251, 269, 293, 307, 313, 317, 337, 347, 349, 353, 373, 379, 383, 397, 419, 421, 431, 433, 443, 457, 461, 463, 467, 487, 491, 503, 509, 541, 547, 557, 563, 569, 571, 577, 587, 593 (list; graph; listen)
OFFSET

1,1

EXAMPLE

If i=1, then c(c(c(1)-3)-3)-3=c(c(4-3)-3)-3=c(4-3)-3=4-3=1 (nonprime).

If i=2, then c(c(c(2)-3)-3)-3=c(c(6-3)-3)-3=c(8-3)-3=c(5)-3=10-3=7=a(1).

MAPLE

A002808 := proc(n) option remember ; if n = 1 then 4; else for a from procname(n-1)+1 do if not isprime(a) then RETURN(a); fi; od: fi; end: rep := 3: for n from 1 to 800 do arep := n ; for i from 1 to rep do arep := A002808(arep)-3 ; od: if isprime(arep) then printf("%d, ", arep) ; fi; od: - Removed erroneous examples. Correctly roughly 10 percent of the values. Added Maple. - R. J. Mathar, Sep 05 2008

CROSSREFS

Cf. A002808, A000040.

Sequence in context: A038961 A127903 A141638 this_sequence A098414 A110583 A103486

Adjacent sequences: A141633 A141634 A141635 this_sequence A141637 A141638 A141639

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Sep 03 2008

EXTENSIONS

Removed erroneous examples. Correctly roughly 10 percent of the values. Added Maple. - R. J. Mathar, Sep 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research