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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063077 Phi(n^2+1)-(2n). 1
-1, 0, -2, 8, 2, 24, 6, 32, 22, 80, 38, 88, 38, 168, 82, 224, 78, 204, 142, 360, 150, 340, 162, 528, 262, 624, 234, 568, 362, 772, 370, 736, 366, 988, 542, 1224, 470, 1012, 682, 1520, 730, 1324, 634, 1688, 922, 1924, 674, 1744, 1102, 2300, 1198, 2056, 1014, 2808, 1298, 3024, 1086, 2572, 1622, 3192, 1738, 2948 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) j=[]; for(n=1, 100, j=concat(j, eulerphi(n^2+1)-(2*n))); j

(PARI) { for (n=1, 1000, write("b063077.txt", n, " ", eulerphi(n^2 + 1) - 2*n) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 17 2009]

CROSSREFS

Sequence in context: A175183 A189217 A183037 * A085192 A006085 A021357

Adjacent sequences:  A063074 A063075 A063076 * A063078 A063079 A063080

KEYWORD

easy,sign

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 05 2001

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 15 11:25 EST 2012. Contains 205777 sequences.