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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037170 Numbers n such that n = pi(n) + phi(n), where pi = A000720, phi = A000010. 2
1, 2, 4, 8, 27, 35, 215, 235, 2611, 65113, 174647, 1301317, 1302509, 5021647, 10885081, 36319939, 70112131, 70113559, 325575773, 514258883, 742327529, 1069238453, 18721771909, 27788563039 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(25) > 10^11. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 06 2010]

MATHEMATICA

primeCount = 0; For[ i = 1, i == i, i++, If[ PrimeQ[ i ], primeCount++ ]; If[ i - EulerPhi[ i ] == primeCount, Print[ i ] ] ]

CROSSREFS

Sequence in context: A000643 A196265 A112285 * A006399 A056800 A034919

Adjacent sequences:  A037167 A037168 A037169 * A037171 A037172 A037173

KEYWORD

nonn

AUTHOR

Naohiro Nomoto (6284968128(AT)geocities.co.jp)

EXTENSIONS

More terms from Alex Healy (ahealy(AT)post.harvard.edu), Mar 17 2001

a(20), a(21) from Farideh Firoozbakht (mymontain(AT)yahoo.com), Jul 20 2009

a(22)-a(24) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 06 2010

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 16 04:47 EST 2012. Contains 205860 sequences.