login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068401 Numbers n such that sigma(n)=phi(n+1)+phi(n-1). 0
2, 38, 62, 346, 1298, 7898, 22682, 24382, 93022, 108194, 143362, 171982, 192718, 264766, 587638, 986642, 1236898, 1441042, 1604422, 2228582, 4146434, 5070314, 5631718, 6687046, 10223918, 10695182, 12465158 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(n=2, 12500000, if(sigma(n)==eulerphi(n+1)+eulerphi(n-1), print1(n, ", ")))

CROSSREFS

Sequence in context: A049487 A163792 A050899 * A173026 A075459 A050248

Adjacent sequences:  A068398 A068399 A068400 * A068402 A068403 A068404

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 02 2002

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 04 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:31 EST 2012. Contains 206085 sequences.