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!)
A094178 Numbers n such that 4n+1 is divisible only by primes of form 4m+1 (i.e., by the Pythagorean primes A002144). 5
1, 3, 4, 6, 7, 9, 10, 13, 15, 16, 18, 21, 22, 24, 25, 27, 28, 31, 34, 36, 37, 39, 42, 43, 45, 46, 48, 49, 51, 55, 57, 58, 60, 64, 66, 67, 69, 70, 72, 73, 76, 78, 79, 81, 84, 87, 88, 91, 93, 94, 97, 99, 100, 102, 105, 106, 108, 111, 112, 114, 115, 120, 121, 123, 126, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For the actual numbers 4n+1, see A008846(n).
Complement of A124934; A125203(a(n)) = 0; A000290 and A000217 are subsequences. - Reinhard Zumkeller, Nov 24 2006
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a094178 n = a094178_list !! (n-1)
a094178_list = map (+ 1) $ elemIndices 0 a125203_list
-- Reinhard Zumkeller, Jan 02 2013
CROSSREFS
Sequence in context: A292987 A352719 A187580 * A085795 A068675 A190858
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, May 06 2004
EXTENSIONS
More terms from Ray Chandler, Jun 20 2004
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 March 29 02:13 EDT 2024. Contains 371264 sequences. (Running on oeis4.)