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!)
A163751 a(n) = n-th even nonprime minus n-th nonprime. 1
0, 3, 2, 2, 2, 3, 4, 4, 4, 5, 6, 6, 6, 7, 8, 8, 9, 10, 11, 12, 12, 12, 13, 14, 15, 16, 16, 17, 18, 18, 18, 19, 20, 20, 21, 22, 23, 24, 24, 25, 26, 27, 28, 28, 28, 29, 30, 31, 32, 32, 33, 34, 34, 34, 35, 36, 37, 38, 38, 39, 40, 40, 41, 42, 43, 44, 44, 45, 46, 47, 48, 49, 50, 50, 51 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A163300(n) - A141468(n)).
MATHEMATICA
nonPrime[n_Integer] := FixedPoint[n + PrimePi@# &, n + PrimePi@n];
A087156[n_] := Mod[n, DivisorSigma[1, n]]; A141468 := Array[nonPrime, 60, 0]; Table[2*A087156[n] - A141468[[n]], {n, 1, 50}] (* G. C. Greubel, Aug 02 2017 *)
CROSSREFS
Sequence in context: A259652 A141070 A283469 * A067279 A106267 A096101
KEYWORD
nonn
AUTHOR
EXTENSIONS
Entries checked by R. J. Mathar, May 21 2010
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)