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!)
A141230 Odd numbers n for which A006694((n-1)/2)=4. 0
15, 33, 39, 49, 55, 57, 81, 87, 95, 111, 113, 143, 159, 177, 183, 201, 209, 249, 281, 289, 295, 303, 319, 321, 335, 353, 393, 407, 415, 417, 447, 489, 519, 529, 535, 537, 543, 551, 577, 583, 591, 593, 617, 625, 633, 649, 655, 681, 695, 737, 767, 807, 815, 879, 895, 913, 951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If p>3 is a prime then 3p is in this sequence if and only if p is in A001122.
LINKS
PROG
(PARI) a006694(n)=sumdiv(2*n+1, d, eulerphi(d)/znorder(Mod(2, d))) - 1;
isok(n) = (n % 2) && (a006694((n-1)/2)== 4); \\ Michel Marcus, Dec 18 2018
CROSSREFS
Sequence in context: A064900 A277254 A157137 * A140608 A085371 A162887
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Jun 16 2008
EXTENSIONS
More terms from Michel Marcus, Dec 18 2018
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 July 22 14:43 EDT 2024. Contains 374501 sequences. (Running on oeis4.)