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!)
A141426 Count of numbers smaller than and coprime to the prime A140555(n). 4
1, 2, 18, 28, 42, 58, 70, 78, 88, 108, 112, 126, 136, 138, 148, 162, 178, 180, 196, 198, 210, 228, 238, 240, 268, 280, 282, 292, 312, 316, 336, 348, 358, 378, 388, 396, 400, 408, 418, 420, 430, 438, 448, 462, 466, 478, 486, 490, 498, 508, 520, 522, 546, 568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = phi(A140555(n)) = A140555(n) - 1.
MAPLE
isA140555 := proc(n) RETURN( isprime(n) and not isprime(n+6) ) ; end: A140555 := proc(n) option remember ; if n = 1 then 2; else for a from procname(n-1)+1 do if isA140555(a) then RETURN(a) ; fi; od: fi; end: A141426 := proc(n) A140555(n)-1 ; end: for n from 1 to 100 do printf("%d, ", A141426(n)) ; od: # R. J. Mathar, Aug 12 2008
CROSSREFS
Cf. A140555.
Sequence in context: A191461 A366957 A098561 * A101844 A193598 A190047
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Aug 06 2008
EXTENSIONS
Edited and extended by R. J. Mathar, Aug 12 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 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)