Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076665
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076665 phi(n) + phi(n+3) = phi(n+1) + phi(n+2). +0
1
1, 5, 7, 11, 17, 22, 88, 292, 847, 1337, 1691, 7367, 10385, 15430, 51215, 93401, 132535, 211817, 282725, 358852, 359905, 382955, 486772, 507725, 580262, 664870, 700532, 1691081, 1972691, 2637712, 5154625, 5886265, 6510485, 13841531 (list; graph; listen)
OFFSET

1,2

COMMENT

Each term of the sequence marks the start of four consecutive phi-values for which the sum of the means equals the sum of the extremes.

LINKS

M. F. Hasler, Table of n,a(n) for n=1,...,44 [From M. F. Hasler (MHasler(AT)univ-ag.fr), Feb 07 2009]

EXAMPLE

phi(7) + phi(10) = 6 + 4 =10; phi(8) + phi(9) = 4 + 6 = 10, so 7 is a term of the sequence.

MATHEMATICA

Select[Range[10^5], EulerPhi[ # ] + EulerPhi[ # + 3] == EulerPhi[ # + 1] + EulerPhi[ # + 2] &]

PROGRAM

(PARI) t=vector(4, i, i)~; c=[[1, 1, -1, -1], [1, -1, -1, 1]]; for(n=1, 10^9, t[n%4+1]=eulerphi(n); c[n%2+1]*t & next; print1(n-3, ", ")) [From M. F. Hasler (MHasler(AT)univ-ag.fr), Feb 07 2009]

CROSSREFS

Sequence in context: A136052 A110587 A072249 this_sequence A124598 A096215 A144742

Adjacent sequences: A076662 A076663 A076664 this_sequence A076666 A076667 A076668

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 25 2002

EXTENSIONS

Terms beyond a(16) from M. F. Hasler (MHasler(AT)univ-ag.fr), Feb 07 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research