Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A072492
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A072492 Values of n for which A072491(n)=3. +0
2
27, 35, 51, 57, 65, 77, 87, 93, 95, 117, 119, 121, 122, 123, 125, 135, 143, 145, 147, 148, 155, 161, 171, 177, 185, 187, 189, 190, 203, 205, 207, 208, 209, 215, 217, 219, 220, 221, 237, 245, 247, 249, 250, 255, 261, 267, 275, 287, 289, 291, 292, 297, 299 (list; graph; listen)
OFFSET

1,1

COMMENT

Define f(1) = 0. For n>=2, let f(n) = n - p where p is the largest prime <= n. A072491(n) = number of iterations of f to reach 0, starting from n.

p+4 is a term if p is a prime but p+2 and p+4 are both composite.

EXAMPLE

27 is a term as f(27)=27-23=4, f(4)=4-3=1 and f(1) = 0. (3 steps.)

MATHEMATICA

f[1]=0; f[n_] := n-Prime[PrimePi[n]]; a72491[n_] := Module[{k, x}, For[k=0; x=n, x>0, k++; x=f[x], Null]; k]; Select[Range[300], a72491[ # ]==3&]

CROSSREFS

Cf. A072491.

Sequence in context: A058902 A141550 A032584 this_sequence A164376 A025583 A134101

Adjacent sequences: A072489 A072490 A072491 this_sequence A072493 A072494 A072495

KEYWORD

nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 14 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Nov 26 2002

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 4 23:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research