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!)
A138027 Where A121561(n) = 4. 3
1357323, 1357324, 1562041, 1562042, 1671903, 1671904, 1889953, 1889954, 2010855, 2010856, 3826141, 3826142, 3851581, 3851582, 3933721, 3933722, 4652475, 4652476, 4652501, 4738773, 4738774, 5518809, 5518810, 5826123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
LrgstPrm[n_] := Block[{k = n}, While[ !PrimeQ@k, k-- ]; k]; f[n_] := Block[{c = 0, d = n}, While[d > 1, d = d - LrgstPrm@ d; c++ ]; c]; lst = {}; Do[ If[f@n == 3, AppendTo[lst, n], {n, 10^4}]; lst
CROSSREFS
Sequence in context: A187961 A120609 A094914 * A222155 A250502 A210439
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 27 2008, Mar 06 2008
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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)