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!)
A125217 Numbers that can be written uniquely as 4*x*y-x-y with 1<=x<=y. 4
2, 5, 8, 11, 12, 14, 17, 19, 20, 23, 29, 30, 32, 33, 35, 38, 40, 44, 50, 52, 53, 54, 59, 61, 62, 63, 65, 75, 77, 80, 82, 83, 85, 90, 92, 95, 98, 103, 104, 109, 113, 117, 118, 119, 122, 124, 125, 129, 132, 134, 137, 138, 143, 145, 147, 149, 151, 158, 159, 162, 164, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A125203(a(n)) = 1.
A124934 is the union of this sequence and A125218.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a125217 n = a125217_list !! (n-1)
a125217_list = map (+ 1) $ elemIndices 1 a125203_list
-- Reinhard Zumkeller, Jan 02 2013
CROSSREFS
Sequence in context: A102624 A070328 A124934 * A277574 A177966 A083422
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 24 2006
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 May 3 09:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)