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!)
A333024 Starts of runs of 7 consecutive even numbers that are all totient numbers (A002202). 5
100, 26734060, 3149734998, 12960114796, 15685683796, 24077884060, 36987943996, 38809984996, 62521251798, 76314338740, 319408651400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Wikipedia, Totient numbers.
EXAMPLE
100 is a term since the 7 even numbers 100, 102, ... 112 are all totient numbers.
PROG
(PARI) m = 7; v = vector(m); for(k=1, m, v[k] = istotient(2*k)); for(k = m+1, 1.5e7, if(Set(v) == [1], print1(2*(k-m), ", ")); v = concat(v[2..m], istotient(2*k)))
CROSSREFS
Sequence in context: A013855 A204576 A061890 * A126686 A279028 A282088
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 05 2020
EXTENSIONS
a(9)-a(11) from Giovanni Resta, Mar 07 2020
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 26 16:04 EDT 2024. Contains 372003 sequences. (Running on oeis4.)