login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 27 2008, Mar 06 2008
STATUS
approved